summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit_new_user.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/init_new_user.sh b/init_new_user.sh
index 57bb72d..a2333be 100755
--- a/init_new_user.sh
+++ b/init_new_user.sh
@@ -19,7 +19,9 @@ clone_repo() {
clone_repo git://git.server-speed.net/users/flo/bin bin
clone_repo git://git.server-speed.net/users/flo/dotfiles git/dotfiles
-for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv; do
+mkdir -p .config/htop
+
+for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .config/htop/htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv; do
ln -sf git/dotfiles/$i $i
done