summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-16 11:12:12 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-16 11:12:12 +0200
commit98556437218cf47e920dbced925a8c87d7dc8b96 (patch)
treea1e2098e23f033bec35ab1973d33d3b72a9236bb /init_new_user.sh
parenta941d5f8b45d01dd8e784a380d8ad52a658e748d (diff)
downloadbin-98556437218cf47e920dbced925a8c87d7dc8b96.tar.gz
bin-98556437218cf47e920dbced925a8c87d7dc8b96.tar.xz
init_new_user.sh: Add i3 config
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 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