diff --git a/i3/config b/i3/config index a0f64e0..13bba08 100644 --- a/i3/config +++ b/i3/config @@ -23,7 +23,7 @@ set $gn #88b090 set $rd #e89393 ## set some nice colors border background text -client.focused #a6a6ff #a6a6ff $tx +client.focused #767676 #767676 $tx client.unfocused $bg $bg $ia client.focused_inactive $bg $bg $ac client.urgent $rd $rd $tx diff --git a/scripts/server.txt b/scripts/server.txt index 6881428..dfac037 100644 --- a/scripts/server.txt +++ b/scripts/server.txt @@ -73,3 +73,6 @@ cryptsetup pv mplayer minimodem +hfsutils +hfsprogs +gcp diff --git a/shells/zshrc b/shells/zshrc index de83699..7e492a7 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -53,8 +53,10 @@ alias tmux='tmux -2' alias tree='tree -C' #alias grep="egrep -i --color=auto" alias skim="(head -5; tail -5) <" -alias cp="cp -v" +alias cp="gcp -r" alias mv="mv -v" +alias m="mv -v" +alias c="gcp -r" alias la='ls -lah $LS_COLOR' alias dt='date "+%F %T"' alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done' diff --git a/vim/vimrc b/vim/vimrc index d8746c9..8dd92f7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -262,7 +262,7 @@ Plug 'bling/vim-airline' "Bottom status bar | https://github.com/bling/vim-airline Plug 'terryma/vim-multiple-cursors' "Multicursor functionality like Coda | https://github.com/terryma/vim-multiple-cursors -Plug 'scrooloose/nerdtree' +Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } "File browser | https://github.com/scrooloose/nerdtree Plug 'altercation/vim-colors-solarized' "Theme | https://github.com/altercation/vim-colors-solarized