From 6694e0c631cde4e64a506301e9aaf41b214fb59d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 7 Aug 2013 19:22:41 +0200 Subject: init_new_user.sh: adjust htoprc path Signed-off-by: Florian Pritz --- init_new_user.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init_new_user.sh') 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 -- cgit v1.2.3-24-g4f1b