Changed i3 colors, added gcp

This commit is contained in:
Austen Adler 2014-12-14 17:28:14 -05:00
parent faf9013a7e
commit 87e65e09a6
4 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -73,3 +73,6 @@ cryptsetup
pv
mplayer
minimodem
hfsutils
hfsprogs
gcp

View File

@ -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'

View File

@ -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