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

Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

1
.ideavimrc Normal file
View File

@@ -0,0 +1 @@
set ideajoin

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