1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-07 13:32:34 +02:00

2 Commits

Author SHA1 Message Date
diginaut 17e53e5237 Also link .ideavimrc on install 2019-09-12 19:38:23 +02:00
diginaut 90a711b105 ideavim settings for PyCharm and other JetBrains IDE's 2019-09-12 19:37:07 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
set ideajoin
+1 -1
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