From 98556437218cf47e920dbced925a8c87d7dc8b96 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 16 Apr 2016 11:12:12 +0200 Subject: init_new_user.sh: Add i3 config Signed-off-by: Florian Pritz --- init_new_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_new_user.sh') diff --git a/init_new_user.sh b/init_new_user.sh index 8b52f47..017c1bd 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 .tmux.conf; do +for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .config/htop/htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv .tmux.conf .i3 .i3status.conf; do ln -srf git/dotfiles/$i $i done -- cgit v1.2.3-24-g4f1b