diff --git a/configs/codestyles/MustafaAndroid.xml b/configs/codestyles/MustafaAndroid.xml new file mode 100644 index 0000000..2a25f64 --- /dev/null +++ b/configs/codestyles/MustafaAndroid.xml @@ -0,0 +1,383 @@ + + + + + \ No newline at end of file diff --git a/install.sh b/install.sh index a03a9a1..1ef756c 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash -# Installs Square's IntelliJ configs into your user configs. +# Installs Square's and other IntelliJ configs into your user configs. -echo "Installing Square IntelliJ configs..." +echo "Installing IntelliJ configs..." CONFIGS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs" @@ -30,4 +30,4 @@ done echo "Done." echo "" -echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid'." +echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'MustafaAndroid' or 'Square' or 'SquareAndroid'."