1
1
Fork 0

Remove useless config subdirectory

This commit is contained in:
Jonathan Schleifer 2020-02-20 22:07:34 +00:00
parent ed4a20897f
commit 26811f58ef
29 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ if which vim >/dev/null 2>&1; then
link_file vim .vim
link_file vimrc .vimrc
fi
which fish >/dev/null 2>&1 && link_file config/fish .config/fish ../
which youtube-dl >/dev/null 2>&1 && link_file config/youtube-dl .config/youtube-dl ../
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
if test x"$(uname -s)" = x"Darwin"; then