Remove useless config subdirectory
This commit is contained in:
parent
ed4a20897f
commit
26811f58ef
29 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
*~
|
*~
|
||||||
config/fish/fish_variables
|
fish/fish_variables
|
||||||
vim/.netrwhist
|
vim/.netrwhist
|
||||||
|
|
|
@ -22,8 +22,8 @@ if which vim >/dev/null 2>&1; then
|
||||||
link_file vim .vim
|
link_file vim .vim
|
||||||
link_file vimrc .vimrc
|
link_file vimrc .vimrc
|
||||||
fi
|
fi
|
||||||
which fish >/dev/null 2>&1 && link_file config/fish .config/fish ../
|
which fish >/dev/null 2>&1 && link_file fish .config/fish ../
|
||||||
which youtube-dl >/dev/null 2>&1 && link_file config/youtube-dl .config/youtube-dl ../
|
which youtube-dl >/dev/null 2>&1 && link_file youtube-dl .config/youtube-dl ../
|
||||||
which zsh >/dev/null 2>&1 && link_file zshrc .zshrc
|
which zsh >/dev/null 2>&1 && link_file zshrc .zshrc
|
||||||
|
|
||||||
if test x"$(uname -s)" = x"Darwin"; then
|
if test x"$(uname -s)" = x"Darwin"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue