Make vim use XDG basedir
This commit is contained in:
parent
26811f58ef
commit
2b618fcb47
4 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue