From a6a74f63c0ecd8f9c84bbff8be434eca8a27759c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 19 Feb 2020 19:08:04 +0100 Subject: [PATCH] Remove PhpStorm configuration Signed-off-by: Severin Kaderli --- .install/symlinks.sh | 3 - .../phpstorm/config/codestyles/Custom.xml | 25 - .../phpstorm/config/codestyles/Default.xml | 1 - .../phpstorm/config/disabled_plugins.txt | 2 - .../phpstorm/config/disabled_update.txt | 0 .../phpstorm/config/inspection/Custom.xml | 8 - .../phpstorm/config/keymaps/Custom.xml | 22 - .../config/options/baseRefactoring.xml | 7 - .../config/options/code.style.schemes.xml | 5 - .../phpstorm/config/options/colors.scheme.xml | 5 - .../phpstorm/config/options/docker.xml | 5 - .../config/options/editor.codeinsight.xml | 3 - .../phpstorm/config/options/editor.xml | 26 - .../phpstorm/config/options/filetypes.xml | 19 - .../.config/phpstorm/config/options/find.xml | 7 - .../phpstorm/config/options/ide.general.xml | 10 - .../phpstorm/config/options/keymap.xml | 5 - .../.config/phpstorm/config/options/laf.xml | 5 - .../phpstorm/config/options/markdown.xml | 5 - .../.config/phpstorm/config/options/php.xml | 8 - .../config/options/remote-servers.xml | 10 - .../phpstorm/config/options/textmate_os.xml | 176 -- .../phpstorm/config/options/ui.lnf.xml | 5 - .../phpstorm/config/options/usageView.xml | 5 - .../phpstorm/config/options/web-browsers.xml | 3 - .../phpstorm/config/templates/Angular.xml | 261 -- .../phpstorm/config/templates/AngularJS.xml | 180 -- .../phpstorm/config/templates/Custom.xml | 9 - .../phpstorm/config/templates/HTML_XML.xml | 19 - .../config/templates/HTTP Request.xml | 49 - .../config/templates/JavaScript Testing.xml | 22 - .../phpstorm/config/templates/JavaScript.xml | 8 - .../.config/phpstorm/config/templates/PHP.xml | 61 - .../phpstorm/config/templates/React.xml | 231 -- .../phpstorm/config/templates/Twig.xml | 53 - .../.config/phpstorm/config/templates/Vue.xml | 165 -- .../phpstorm/config/templates/Zen CSS.xml | 2142 ----------------- .../phpstorm/config/templates/Zen HTML.xml | 898 ------- .../phpstorm/config/templates/Zen XSL.xml | 160 -- .../.config/phpstorm/config/templates/xsl.xml | 245 -- 40 files changed, 4873 deletions(-) delete mode 100644 system/.config/phpstorm/config/codestyles/Custom.xml delete mode 100644 system/.config/phpstorm/config/codestyles/Default.xml delete mode 100644 system/.config/phpstorm/config/disabled_plugins.txt delete mode 100644 system/.config/phpstorm/config/disabled_update.txt delete mode 100644 system/.config/phpstorm/config/inspection/Custom.xml delete mode 100644 system/.config/phpstorm/config/keymaps/Custom.xml delete mode 100644 system/.config/phpstorm/config/options/baseRefactoring.xml delete mode 100644 system/.config/phpstorm/config/options/code.style.schemes.xml delete mode 100644 system/.config/phpstorm/config/options/colors.scheme.xml delete mode 100644 system/.config/phpstorm/config/options/docker.xml delete mode 100644 system/.config/phpstorm/config/options/editor.codeinsight.xml delete mode 100644 system/.config/phpstorm/config/options/editor.xml delete mode 100644 system/.config/phpstorm/config/options/filetypes.xml delete mode 100644 system/.config/phpstorm/config/options/find.xml delete mode 100644 system/.config/phpstorm/config/options/ide.general.xml delete mode 100644 system/.config/phpstorm/config/options/keymap.xml delete mode 100644 system/.config/phpstorm/config/options/laf.xml delete mode 100644 system/.config/phpstorm/config/options/markdown.xml delete mode 100644 system/.config/phpstorm/config/options/php.xml delete mode 100644 system/.config/phpstorm/config/options/remote-servers.xml delete mode 100644 system/.config/phpstorm/config/options/textmate_os.xml delete mode 100644 system/.config/phpstorm/config/options/ui.lnf.xml delete mode 100644 system/.config/phpstorm/config/options/usageView.xml delete mode 100644 system/.config/phpstorm/config/options/web-browsers.xml delete mode 100644 system/.config/phpstorm/config/templates/Angular.xml delete mode 100644 system/.config/phpstorm/config/templates/AngularJS.xml delete mode 100644 system/.config/phpstorm/config/templates/Custom.xml delete mode 100644 system/.config/phpstorm/config/templates/HTML_XML.xml delete mode 100644 system/.config/phpstorm/config/templates/HTTP Request.xml delete mode 100644 system/.config/phpstorm/config/templates/JavaScript Testing.xml delete mode 100644 system/.config/phpstorm/config/templates/JavaScript.xml delete mode 100644 system/.config/phpstorm/config/templates/PHP.xml delete mode 100644 system/.config/phpstorm/config/templates/React.xml delete mode 100644 system/.config/phpstorm/config/templates/Twig.xml delete mode 100644 system/.config/phpstorm/config/templates/Vue.xml delete mode 100644 system/.config/phpstorm/config/templates/Zen CSS.xml delete mode 100644 system/.config/phpstorm/config/templates/Zen HTML.xml delete mode 100644 system/.config/phpstorm/config/templates/Zen XSL.xml delete mode 100644 system/.config/phpstorm/config/templates/xsl.xml diff --git a/.install/symlinks.sh b/.install/symlinks.sh index b4de2f9..fc031fa 100644 --- a/.install/symlinks.sh +++ b/.install/symlinks.sh @@ -34,7 +34,6 @@ CONFIG_LINKED_FILES_HOME=( ".config/npm" ".config/octave" ".config/pacman" - ".config/phpstorm" ".config/polybar" ".config/python" ".config/redshift" @@ -59,8 +58,6 @@ CONFIG_LINKED_FILES_HOME=( declare -A CONFIG_LINKED_FILES CONFIG_LINKED_FILES=( - ["${HOME}/.PhpStorm2019.1"]="${XDG_CONFIG_HOME}/phpstorm" - ["${HOME}/.PhpStorm2019.2"]="${XDG_CONFIG_HOME}/phpstorm" ["${HOME}/documents"]="${HOME}/data/Documents" ["${HOME}/music"]="${HOME}/data/Media/Music" ["${HOME}/pictures"]="${HOME}/data/Media/Pictures" diff --git a/system/.config/phpstorm/config/codestyles/Custom.xml b/system/.config/phpstorm/config/codestyles/Custom.xml deleted file mode 100644 index 9a3048a..0000000 --- a/system/.config/phpstorm/config/codestyles/Custom.xml +++ /dev/null @@ -1,25 +0,0 @@ - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/codestyles/Default.xml b/system/.config/phpstorm/config/codestyles/Default.xml deleted file mode 100644 index e94f32a..0000000 --- a/system/.config/phpstorm/config/codestyles/Default.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/system/.config/phpstorm/config/disabled_plugins.txt b/system/.config/phpstorm/config/disabled_plugins.txt deleted file mode 100644 index d43464f..0000000 --- a/system/.config/phpstorm/config/disabled_plugins.txt +++ /dev/null @@ -1,2 +0,0 @@ -com.intellij.CloudConfig -org.jetbrains.settingsRepository diff --git a/system/.config/phpstorm/config/disabled_update.txt b/system/.config/phpstorm/config/disabled_update.txt deleted file mode 100644 index e69de29..0000000 diff --git a/system/.config/phpstorm/config/inspection/Custom.xml b/system/.config/phpstorm/config/inspection/Custom.xml deleted file mode 100644 index a900e97..0000000 --- a/system/.config/phpstorm/config/inspection/Custom.xml +++ /dev/null @@ -1,8 +0,0 @@ - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/keymaps/Custom.xml b/system/.config/phpstorm/config/keymaps/Custom.xml deleted file mode 100644 index 7b1760e..0000000 --- a/system/.config/phpstorm/config/keymaps/Custom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/baseRefactoring.xml b/system/.config/phpstorm/config/options/baseRefactoring.xml deleted file mode 100644 index d601b5e..0000000 --- a/system/.config/phpstorm/config/options/baseRefactoring.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/code.style.schemes.xml b/system/.config/phpstorm/config/options/code.style.schemes.xml deleted file mode 100644 index a39271a..0000000 --- a/system/.config/phpstorm/config/options/code.style.schemes.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/colors.scheme.xml b/system/.config/phpstorm/config/options/colors.scheme.xml deleted file mode 100644 index 39308cd..0000000 --- a/system/.config/phpstorm/config/options/colors.scheme.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/docker.xml b/system/.config/phpstorm/config/options/docker.xml deleted file mode 100644 index 0eb4334..0000000 --- a/system/.config/phpstorm/config/options/docker.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/editor.codeinsight.xml b/system/.config/phpstorm/config/options/editor.codeinsight.xml deleted file mode 100644 index c8593ab..0000000 --- a/system/.config/phpstorm/config/options/editor.codeinsight.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/editor.xml b/system/.config/phpstorm/config/options/editor.xml deleted file mode 100644 index 021774e..0000000 --- a/system/.config/phpstorm/config/options/editor.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/filetypes.xml b/system/.config/phpstorm/config/options/filetypes.xml deleted file mode 100644 index 3f18f78..0000000 --- a/system/.config/phpstorm/config/options/filetypes.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/find.xml b/system/.config/phpstorm/config/options/find.xml deleted file mode 100644 index 965789e..0000000 --- a/system/.config/phpstorm/config/options/find.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/ide.general.xml b/system/.config/phpstorm/config/options/ide.general.xml deleted file mode 100644 index a22c0e9..0000000 --- a/system/.config/phpstorm/config/options/ide.general.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/keymap.xml b/system/.config/phpstorm/config/options/keymap.xml deleted file mode 100644 index 168209d..0000000 --- a/system/.config/phpstorm/config/options/keymap.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/laf.xml b/system/.config/phpstorm/config/options/laf.xml deleted file mode 100644 index c1f98d9..0000000 --- a/system/.config/phpstorm/config/options/laf.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/markdown.xml b/system/.config/phpstorm/config/options/markdown.xml deleted file mode 100644 index 92e74be..0000000 --- a/system/.config/phpstorm/config/options/markdown.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/php.xml b/system/.config/phpstorm/config/options/php.xml deleted file mode 100644 index 5a83f7b..0000000 --- a/system/.config/phpstorm/config/options/php.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/remote-servers.xml b/system/.config/phpstorm/config/options/remote-servers.xml deleted file mode 100644 index 1964411..0000000 --- a/system/.config/phpstorm/config/options/remote-servers.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/textmate_os.xml b/system/.config/phpstorm/config/options/textmate_os.xml deleted file mode 100644 index 69d92c4..0000000 --- a/system/.config/phpstorm/config/options/textmate_os.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/ui.lnf.xml b/system/.config/phpstorm/config/options/ui.lnf.xml deleted file mode 100644 index 457ce15..0000000 --- a/system/.config/phpstorm/config/options/ui.lnf.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/usageView.xml b/system/.config/phpstorm/config/options/usageView.xml deleted file mode 100644 index bf60190..0000000 --- a/system/.config/phpstorm/config/options/usageView.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/options/web-browsers.xml b/system/.config/phpstorm/config/options/web-browsers.xml deleted file mode 100644 index 311e7b4..0000000 --- a/system/.config/phpstorm/config/options/web-browsers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Angular.xml b/system/.config/phpstorm/config/templates/Angular.xml deleted file mode 100644 index 377f6e5..0000000 --- a/system/.config/phpstorm/config/templates/Angular.xml +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/AngularJS.xml b/system/.config/phpstorm/config/templates/AngularJS.xml deleted file mode 100644 index 0969b67..0000000 --- a/system/.config/phpstorm/config/templates/AngularJS.xml +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Custom.xml b/system/.config/phpstorm/config/templates/Custom.xml deleted file mode 100644 index d22f176..0000000 --- a/system/.config/phpstorm/config/templates/Custom.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/HTML_XML.xml b/system/.config/phpstorm/config/templates/HTML_XML.xml deleted file mode 100644 index a6912d0..0000000 --- a/system/.config/phpstorm/config/templates/HTML_XML.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/HTTP Request.xml b/system/.config/phpstorm/config/templates/HTTP Request.xml deleted file mode 100644 index 3cf396e..0000000 --- a/system/.config/phpstorm/config/templates/HTTP Request.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/JavaScript Testing.xml b/system/.config/phpstorm/config/templates/JavaScript Testing.xml deleted file mode 100644 index 6d5953b..0000000 --- a/system/.config/phpstorm/config/templates/JavaScript Testing.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/JavaScript.xml b/system/.config/phpstorm/config/templates/JavaScript.xml deleted file mode 100644 index bff9e02..0000000 --- a/system/.config/phpstorm/config/templates/JavaScript.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/PHP.xml b/system/.config/phpstorm/config/templates/PHP.xml deleted file mode 100644 index 37ac57f..0000000 --- a/system/.config/phpstorm/config/templates/PHP.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/React.xml b/system/.config/phpstorm/config/templates/React.xml deleted file mode 100644 index 998ef61..0000000 --- a/system/.config/phpstorm/config/templates/React.xml +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Twig.xml b/system/.config/phpstorm/config/templates/Twig.xml deleted file mode 100644 index a007a2f..0000000 --- a/system/.config/phpstorm/config/templates/Twig.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Vue.xml b/system/.config/phpstorm/config/templates/Vue.xml deleted file mode 100644 index 9c4f82b..0000000 --- a/system/.config/phpstorm/config/templates/Vue.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Zen CSS.xml b/system/.config/phpstorm/config/templates/Zen CSS.xml deleted file mode 100644 index 5d83bb3..0000000 --- a/system/.config/phpstorm/config/templates/Zen CSS.xml +++ /dev/null @@ -1,2142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Zen HTML.xml b/system/.config/phpstorm/config/templates/Zen HTML.xml deleted file mode 100644 index ba3cea2..0000000 --- a/system/.config/phpstorm/config/templates/Zen HTML.xml +++ /dev/null @@ -1,898 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Zen XSL.xml b/system/.config/phpstorm/config/templates/Zen XSL.xml deleted file mode 100644 index 9b31169..0000000 --- a/system/.config/phpstorm/config/templates/Zen XSL.xml +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/xsl.xml b/system/.config/phpstorm/config/templates/xsl.xml deleted file mode 100644 index c386e76..0000000 --- a/system/.config/phpstorm/config/templates/xsl.xml +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file