This commit is contained in:
Daniel Bauer
2019-03-18 13:43:55 +01:00
parent be62753423
commit 5a558b109e
5 changed files with 27 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
dir="${HOME}/dotfiles"
conffolder="${HOME}/.config"
dotfiles=(".pymolrc" ".pymol" ".vimrc" ".vim" ".vimrc" ".zshrc" ".zshrc_functions" ".zim" ".zimrc" ".gitconfig")
dotfiles=(".vimrc" ".vim" ".vimrc" ".zshrc" ".zshrc_functions" ".zim" ".zimrc" ".gitconfig")
for dotfile in "${dotfiles[@]}"; do
ln -sf $dir/$dotfile ${HOME}/${dotfile}
done