From 17e53e52376343880af365df3d8a93be21d5cc5f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 12 Sep 2019 19:38:23 +0200 Subject: [PATCH] Also link .ideavimrc on install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 557f5ba..3ca4878 100644 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ DATETIME=$(date +%Y%m%d_%H%M) cd || exit # Symlink all the things -for TARGET in .bash_aliases .bashrc bin .gitconfig .gitmodules .hgauthors.txt .hgignore .hgrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh +for TARGET in .bash_aliases .bashrc bin .gitconfig .gitmodules .hgauthors.txt .hgignore .hgrc .ideavimrc .ignore .screenrc .terminfo .tmux.conf .vim .vimrc install.sh do make_link $DIR $TARGET done