Skip to content

Commit

Permalink
Fix invalid JetBrains symlink target parent paths on Linux hosts
Browse files Browse the repository at this point in the history
On macOS the JetBrains configuration files were placed right into the
main `IntelliJIdea2019.2` directory while on Linux based systems the
folder consists of the sub-folders `cache`, `config` and `system` that
can also be configured in the `idea64.properties` file.
Previously the target path was also the main `~/.IntellihJIdea2019.2`
directory, but the files must be linked into the nested `config` folder
instead.

Fixes GH-212
  • Loading branch information
arcticicestudio committed Aug 2, 2019
1 parent 007a3c8 commit 86a0641
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions snowblocks/jetbrains/snowblock.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"iceowl": "codestyles/arctic-codestyle.xml"
}
},
"~/.IntelliJIdea2019.2/codestyles/arctic-codestyle.xml": {
"~/.IntelliJIdea2019.2/config/codestyles/arctic-codestyle.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -34,7 +34,7 @@
"iceowl": "inspection/arctic-inspections.xml"
}
},
"~/.IntelliJIdea2019.2/inspection/arctic-inspections.xml": {
"~/.IntelliJIdea2019.2/config/inspection/arctic-inspections.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -48,7 +48,7 @@
"iceowl": "keymaps/arctic-keymap.macos.xml"
}
},
"~/.IntelliJIdea2019.2/keymaps/arctic-inspections.xml": {
"~/.IntelliJIdea2019.2/config/keymaps/arctic-inspections.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -62,7 +62,7 @@
"iceowl": "options/code.style.schemes.xml"
}
},
"~/.IntelliJIdea2019.2/options/code.style.schemes.xml": {
"~/.IntelliJIdea2019.2/config/options/code.style.schemes.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -76,7 +76,7 @@
"iceowl": "options/colors.scheme.xml"
}
},
"~/.IntelliJIdea2019.2/options/colors.scheme.xml": {
"~/.IntelliJIdea2019.2/config/options/colors.scheme.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -90,7 +90,7 @@
"iceowl": "options/customization.xml"
}
},
"~/.IntelliJIdea2019.2/options/customization.xml": {
"~/.IntelliJIdea2019.2/config/options/customization.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -104,7 +104,7 @@
"iceowl": "options/editor.codeinsight.xml"
}
},
"~/.IntelliJIdea2019.2/options/editor.codeinsight.xml": {
"~/.IntelliJIdea2019.2/config/options/editor.codeinsight.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -118,7 +118,7 @@
"iceowl": "options/editor.xml"
}
},
"~/.IntelliJIdea2019.2/options/editor.xml": {
"~/.IntelliJIdea2019.2/config/options/editor.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -132,7 +132,7 @@
"iceowl": "options/goLibraries.xml"
}
},
"~/.IntelliJIdea2019.2/options/goLibraries.xml": {
"~/.IntelliJIdea2019.2/config/options/goLibraries.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -146,7 +146,7 @@
"iceowl": "options/ide.general.xml"
}
},
"~/.IntelliJIdea2019.2/options/ide.general.xml": {
"~/.IntelliJIdea2019.2/config/options/ide.general.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -160,7 +160,7 @@
"iceowl": "options/keymap.xml"
}
},
"~/.IntelliJIdea2019.2/options/keymap.xml": {
"~/.IntelliJIdea2019.2/config/options/keymap.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -174,7 +174,7 @@
"iceowl": "options/laf.xml"
}
},
"~/.IntelliJIdea2019.2/options/laf.xml": {
"~/.IntelliJIdea2019.2/config/options/laf.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -188,7 +188,7 @@
"iceowl": "options/options.xml"
}
},
"~/.IntelliJIdea2019.2/options/options.xml": {
"~/.IntelliJIdea2019.2/config/options/options.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -202,7 +202,7 @@
"iceowl": "options/project.default.xml"
}
},
"~/.IntelliJIdea2019.2/options/project.default.xml": {
"~/.IntelliJIdea2019.2/config/options/project.default.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -216,7 +216,7 @@
"iceowl": "options/ui.lnf.xml"
}
},
"~/.IntelliJIdea2019.2/options/ui.lnf.xml": {
"~/.IntelliJIdea2019.2/config/options/ui.lnf.xml": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -230,7 +230,7 @@
"iceowl": "disabled_plugins.txt"
}
},
"~/.IntelliJIdea2019.2/disabled_plugins.txt": {
"~/.IntelliJIdea2019.2/config/disabled_plugins.txt": {
"create": true,
"force": true,
"hosts": {
Expand All @@ -244,7 +244,7 @@
"iceowl": "disabled_update.txt"
}
},
"~/.IntelliJIdea2019.2/disabled_update.txt": {
"~/.IntelliJIdea2019.2/config/disabled_update.txt": {
"create": true,
"force": true,
"hosts": {
Expand Down

0 comments on commit 86a0641

Please sign in to comment.