Update some stuff

This commit is contained in:
Marco Thomas
2020-09-08 21:17:04 +02:00
parent 02f26aa7ec
commit 7bdbe58df6
7 changed files with 54 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ rm -rf $HOME/scripts
ln -sf $path/scripts $HOME/scripts
# Home directory
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc"
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh_highlighting"
for file in $home_files
do
ln -sf $path/$file $HOME/$file