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