Update (before using stow)

This commit is contained in:
2019-01-29 01:09:16 -05:00
parent 1f9a0bfbd5
commit dd3193d760
6 changed files with 16 additions and 7 deletions

View File

@@ -160,6 +160,7 @@ Plug 'PotatoesMaster/i3-vim-syntax'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'terryma/vim-multiple-cursors'
" let g:multi_cursor_select_all_word_key='<C-a>'
Plug 'dag/vim-fish'
call plug#end()

View File

@@ -102,8 +102,10 @@ source ~/linux-config/aliases/zsh_aliases
# ZSH_THEME="miloshadzic"
# ZSH_THEME="agnoster"
# antigen {{{ #
source $ZSH/custom/antigen.zsh
antigen bundle last-working-dir
# antigen bundle last-working-dir
antigen bundle pass
antigen bundle hlissner/zsh-autopair
@@ -114,17 +116,22 @@ antigen bundle desyncr/auto-ls
antigen theme molovo/filthy
antigen apply
# }}} antigen #
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
# pywal
# pywal {{{ #
export PATH="${PATH}:${HOME}/.local/bin/:${HOME}/linux-config/scripts:/opt/pycharm-2018.3.1/bin:${HOME}/linux-config/scripts/colors"
(cat ~/.cache/wal/sequences &)
# export pywal colors
source ~/.cache/wal/colors.sh
export COLOR7=$color7
# }}} pywal #
xset r rate 200 60
# laptop specific {{{ #
@@ -168,8 +175,8 @@ source /home/kevin/.shortcuts
source /home/kevin/coding/spotify-lib-vis/src/api-keys.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# add-zsh-hook -Uz chpwd (){ ls -a; }
export GPG_TTY=$(tty)
export PASSWORD_STORE_CLIP_TIME=120
source /home/kevin/.key_aliases
exec fish