Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d044db

Browse filesBrowse files
authored
Merge pull request square#78 from vRallev/ralf/install-path
Update the install path
2 parents 38002eb + c943ad2 commit 4d044db
Copy full SHA for 4d044db

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Open diff view settings
Collapse file

‎install.sh‎

Copy file name to clipboardExpand all lines: install.sh
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ for i in $HOME/Library/Preferences/IntelliJIdea* \
1111
$HOME/Library/Application\ Support/JetBrains/IntelliJIdea* \
1212
$HOME/.IntelliJIdea*/config \
1313
$HOME/.IdeaIC*/config \
14-
$HOME/.AndroidStudio*/config
14+
$HOME/.AndroidStudio*/config \
15+
$HOME/Library/Application\ Support/Google/AndroidStudio* \
16+
$HOME/Library/Application\ Support/JetBrains/IdeaIC*
1517
do
1618
if [[ -d "$i" ]]; then
1719
# Install codestyles

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.