Update laptop

This commit is contained in:
Marco Thomas
2020-11-23 21:31:57 +01:00
parent 803c35ca38
commit 0d616e3b99
6 changed files with 10 additions and 14 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 .zsh_highlighting"
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
for file in $home_files
do
ln -sf $path/$file $HOME/$file