summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-09-30 16:24:27 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-09-30 16:24:27 +0200
commit2303ee70f02a8858ae5b1e9ef403dcdb3b1e76d9 (patch)
tree1d4994de632278bc8dbabfa8ff0b804cf4d19f6a /init_new_user.sh
parenteb279635a461a32316f7974c6ad01fd578e8e5d9 (diff)
downloadbin-2303ee70f02a8858ae5b1e9ef403dcdb3b1e76d9.tar.gz
bin-2303ee70f02a8858ae5b1e9ef403dcdb3b1e76d9.tar.xz
init_new_user.sh: link tmuxrc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'init_new_user.sh')
-rwxr-xr-xinit_new_user.sh2
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