1
1
Fork 0

Make vim use XDG basedir

This commit is contained in:
Jonathan Schleifer 2020-02-26 21:10:23 +00:00
parent 26811f58ef
commit 2b618fcb47
4 changed files with 16 additions and 4 deletions

View file

@ -18,10 +18,7 @@ if which gpg >/dev/null 2>&1 || which gpg2 >/dev/null 2>&1; then
link_file gpg.conf .gnupg/gpg.conf ../
fi
which tmux >/dev/null 2>&1 && link_file tmux.conf .tmux.conf
if which vim >/dev/null 2>&1; then
link_file vim .vim
link_file vimrc .vimrc
fi
which vim >/dev/null 2>&1 && link_file vim .config/vim ../
which fish >/dev/null 2>&1 && link_file fish .config/fish ../
which youtube-dl >/dev/null 2>&1 && link_file youtube-dl .config/youtube-dl ../
which zsh >/dev/null 2>&1 && link_file zshrc .zshrc