1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Also link .ideavimrc on install

This commit is contained in:
2019-09-12 19:38:23 +02:00
parent 90a711b105
commit 17e53e5237

View File

@@ -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