File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # installs square 's intellij configs into your user configs
2
+ # Installs Square 's IntelliJ configs into your user configs.
3
3
4
- echo " Installing IntelliJ configs..."
4
+ echo " Installing Square code style configs..."
5
5
6
- for i in $HOME /Library/Preferences/IntelliJIdea* /codestyles $HOME /Library/Preferences/IdeaIC* /codestyles
6
+ for i in $HOME /Library/Preferences/IntelliJIdea* /codestyles \
7
+ $HOME /Library/Preferences/IdeaIC* /codestyles \
8
+ $HOME /Library/Preferences/AndroidStudio* /codestyles
7
9
do
8
- cp -frv $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) /configs/* $i
10
+ cp -frv $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) /configs/* $i 2> /dev/null
9
11
done
10
12
11
13
echo " Done."
12
14
echo " "
13
- echo " Restart IntelliJ and go to preferences to apply them ."
15
+ echo " Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid' ."
You can’t perform that action at this time.
0 commit comments