Remove useless config subdirectory
This commit is contained in:
parent
ed4a20897f
commit
26811f58ef
29 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue