Skip to content

Commit 2da36f6

Browse files
committed
Fix target folder for IdeaIC* targets.
1 parent e68aefa commit 2da36f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
echo "Installing IntelliJ configs..."
55

6-
for i in $HOME/Library/Preferences/IntelliJIdea* $HOME/Library/Preferences/IdeaIC*
6+
for i in $HOME/Library/Preferences/IntelliJIdea* $HOME/Library/Preferences/IdeaIC*/codestyles
77
do
88
cp -frv $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs/* $i
99
done

0 commit comments

Comments
 (0)