File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- # installs square 's intellij configs into your user configs
2+ # Installs Square 's IntelliJ configs into your user configs.
33
4- echo " Installing IntelliJ configs..."
4+ echo " Installing Square code style configs..."
55
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
79do
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
911done
1012
1113echo " Done."
1214echo " "
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