diff options
-rwxr-xr-x | init_new_user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init_new_user.sh b/init_new_user.sh index bffdaba..42420c8 100755 --- a/init_new_user.sh +++ b/init_new_user.sh @@ -25,7 +25,7 @@ clone_repo dotfiles git/dotfiles mkdir -p .config/htop -for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .config/htop/htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv .tmuxrc; do +for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .config/htop/htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv .tmux.conf; do ln -sf git/dotfiles/$i $i done |