mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
Various from Locksmith
This commit is contained in:
parent
ecd9e69323
commit
57953d9c90
6 changed files with 16 additions and 7 deletions
|
@ -77,7 +77,7 @@ function __prompt_command() {
|
||||||
'maclean') PS1+="${IGre}\H${RCol}";;
|
'maclean') PS1+="${IGre}\H${RCol}";;
|
||||||
'beatmaker') PS1+="${Gre}\H${RCol}";;
|
'beatmaker') PS1+="${Gre}\H${RCol}";;
|
||||||
'blacksmith'|'beatmachine') PS1+="${Blu}\H${RCol}";;
|
'blacksmith'|'beatmachine') PS1+="${Blu}\H${RCol}";;
|
||||||
'fatserf') PS1+="${Pur}\H${RCol}";;
|
'locksmith'|'fatserf') PS1+="${Pur}\H${RCol}";;
|
||||||
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
||||||
'hg'*) PS1+="${BRed}\H${RCol}";;
|
'hg'*) PS1+="${BRed}\H${RCol}";;
|
||||||
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";;
|
'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";;
|
||||||
|
|
8
bin/overview
Executable file
8
bin/overview
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#! /bin/bash
|
||||||
|
systemctl status sshd
|
||||||
|
systemctl status mpd
|
||||||
|
systemctl status nginx
|
||||||
|
systemctl status mariadb
|
||||||
|
systemctl status postfix
|
||||||
|
systemctl status dovecot
|
||||||
|
#systemctl status
|
|
@ -14,3 +14,7 @@
|
||||||
ui = auto
|
ui = auto
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
[branch]
|
||||||
|
autosetuprebase = always
|
||||||
|
[diff]
|
||||||
|
tool = vimdiff
|
||||||
|
|
|
@ -178,8 +178,8 @@ def_key "down"
|
||||||
#def_key "end"
|
#def_key "end"
|
||||||
# move_end
|
# move_end
|
||||||
#
|
#
|
||||||
def_key "space"
|
#def_key "space"
|
||||||
press_space
|
# press_space
|
||||||
#
|
#
|
||||||
def_key "enter"
|
def_key "enter"
|
||||||
press_enter
|
press_enter
|
||||||
|
|
|
@ -28,10 +28,6 @@ set-option -g set-titles on
|
||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
setw -g monitor-activity on
|
setw -g monitor-activity on
|
||||||
|
|
||||||
# unicode
|
|
||||||
setw -g utf8 on
|
|
||||||
set -g status-utf8 on
|
|
||||||
|
|
||||||
# use PREFIX | to split window horizontally and PREFIX - to split vertically
|
# use PREFIX | to split window horizontally and PREFIX - to split vertically
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
|
|
@ -21,6 +21,7 @@ filetype indent on
|
||||||
|
|
||||||
" Set tabbing stuff
|
" Set tabbing stuff
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue