diff --git a/configs/.DS_Store b/configs/.DS_Store new file mode 100644 index 0000000..e0dbfde Binary files /dev/null and b/configs/.DS_Store differ diff --git a/configs/codestyles/SquareAndroidEventtus.xml b/configs/codestyles/SquareAndroidEventtus.xml new file mode 100644 index 0000000..6c54b73 --- /dev/null +++ b/configs/codestyles/SquareAndroidEventtus.xml @@ -0,0 +1,421 @@ + + + + + \ No newline at end of file diff --git a/install.bat b/install.bat index 884691c..5c5fb00 100644 --- a/install.bat +++ b/install.bat @@ -12,7 +12,7 @@ for /D %%i in ("%userprofile%"\.IdeaIC*\settingsRepository\repository) do call : for /D %%i in ("%userprofile%"\.IntelliJIdea*\settingsRepository\repository) do call :copy_config "%%i" 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 'Square' or 'SquareAndroid' or 'SquareAndroidEventtus'. exit /b REM sub function for copy config files diff --git a/install.sh b/install.sh index 9e08c77..22b358a 100755 --- a/install.sh +++ b/install.sh @@ -34,4 +34,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 'Square' or 'SquareAndroid' or 'SquareAndroidEventtus'."