Changed i3 colors, added gcp
This commit is contained in:
parent
faf9013a7e
commit
87e65e09a6
@ -23,7 +23,7 @@ set $gn #88b090
|
|||||||
set $rd #e89393
|
set $rd #e89393
|
||||||
|
|
||||||
## set some nice colors border background text
|
## set some nice colors border background text
|
||||||
client.focused #a6a6ff #a6a6ff $tx
|
client.focused #767676 #767676 $tx
|
||||||
client.unfocused $bg $bg $ia
|
client.unfocused $bg $bg $ia
|
||||||
client.focused_inactive $bg $bg $ac
|
client.focused_inactive $bg $bg $ac
|
||||||
client.urgent $rd $rd $tx
|
client.urgent $rd $rd $tx
|
||||||
|
@ -73,3 +73,6 @@ cryptsetup
|
|||||||
pv
|
pv
|
||||||
mplayer
|
mplayer
|
||||||
minimodem
|
minimodem
|
||||||
|
hfsutils
|
||||||
|
hfsprogs
|
||||||
|
gcp
|
||||||
|
@ -53,8 +53,10 @@ alias tmux='tmux -2'
|
|||||||
alias tree='tree -C'
|
alias tree='tree -C'
|
||||||
#alias grep="egrep -i --color=auto"
|
#alias grep="egrep -i --color=auto"
|
||||||
alias skim="(head -5; tail -5) <"
|
alias skim="(head -5; tail -5) <"
|
||||||
alias cp="cp -v"
|
alias cp="gcp -r"
|
||||||
alias mv="mv -v"
|
alias mv="mv -v"
|
||||||
|
alias m="mv -v"
|
||||||
|
alias c="gcp -r"
|
||||||
alias la='ls -lah $LS_COLOR'
|
alias la='ls -lah $LS_COLOR'
|
||||||
alias dt='date "+%F %T"'
|
alias dt='date "+%F %T"'
|
||||||
alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done'
|
alias awake='disphost; while true; do xdotool mousemove 0 0; sleep 60; done'
|
||||||
|
@ -262,7 +262,7 @@ Plug 'bling/vim-airline'
|
|||||||
"Bottom status bar | https://github.com/bling/vim-airline
|
"Bottom status bar | https://github.com/bling/vim-airline
|
||||||
Plug 'terryma/vim-multiple-cursors'
|
Plug 'terryma/vim-multiple-cursors'
|
||||||
"Multicursor functionality like Coda | https://github.com/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
|
"File browser | https://github.com/scrooloose/nerdtree
|
||||||
Plug 'altercation/vim-colors-solarized'
|
Plug 'altercation/vim-colors-solarized'
|
||||||
"Theme | https://github.com/altercation/vim-colors-solarized
|
"Theme | https://github.com/altercation/vim-colors-solarized
|
||||||
|
Loading…
Reference in New Issue
Block a user