Update (before using stow)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
cs "printf '\033c'"
|
||||
hst "history"
|
||||
nf "cs && neofetch | lolcat"
|
||||
fi "fish"
|
||||
# reload urxvt
|
||||
ru "xrdb ~/.Xresources"
|
||||
# list file sizes in megabytes with depth 1
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -42,7 +42,7 @@ printf "# vim: filetype=sh\\nalias " > "$aliases"
|
||||
# Format the key file in the correct syntax and sent it to all configs.
|
||||
sed "s/\s*#.*$//;/^\s*$/d" "$key_dirs" | tee \
|
||||
>(awk '{print $1"=\"cd "$2" && ls -a\" \\"}' >> "$aliases") \
|
||||
>(awk '{print "abbr", $1, "\"cd " $2 "; and ls -a\""}' >> "$fish_abbr") \
|
||||
>(awk '{print "abbr", $1, "\"cd " $2 "\""}' >> "$fish_abbr") \
|
||||
| awk '{print "map f"$1, "cd", $2;
|
||||
print "map t"$1, "tab_new", $2;
|
||||
print "map m"$1, "shell mv -v", $2;
|
||||
|
||||
@@ -5,7 +5,7 @@ cf /home/kevin/.config
|
||||
lc /home/kevin/linux-config/
|
||||
d /home/kevin/Downloads
|
||||
D /home/kevin/Documents
|
||||
fi /home/kevin/.config/fish
|
||||
fs /home/kevin/.config/fish
|
||||
k /home/kevin/
|
||||
lc /home/kevin/linux-config/
|
||||
me /run/media/kevin
|
||||
|
||||
@@ -11,7 +11,7 @@ sr /home/kevin/linux-config/configs/ranger/shortcuts.conf
|
||||
ss /home/kevin/.shortcuts
|
||||
u /home/kevin/.Xresources
|
||||
v /home/kevin/.vimrc
|
||||
y /home/kevin/.zshrc
|
||||
# y /home/kevin/.zshrc
|
||||
z /home/kevin/linux-config/aliases/zsh_aliases
|
||||
|
||||
# }}} sys *
|
||||
|
||||
Reference in New Issue
Block a user