diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-09-30 16:24:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-09-30 16:24:27 +0200 |
commit | 2303ee70f02a8858ae5b1e9ef403dcdb3b1e76d9 (patch) | |
tree | 1d4994de632278bc8dbabfa8ff0b804cf4d19f6a | |
parent | eb279635a461a32316f7974c6ad01fd578e8e5d9 (diff) | |
download | bin-2303ee70f02a8858ae5b1e9ef403dcdb3b1e76d9.tar.gz bin-2303ee70f02a8858ae5b1e9ef403dcdb3b1e76d9.tar.xz |
init_new_user.sh: link tmuxrc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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 a8463c4..bffdaba 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; do +for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .config/htop/htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv .tmuxrc; do ln -sf git/dotfiles/$i $i done |