Global configuration for WebStorm
Location of the WebStorm folder is depending on OS and WebStorm version. See section Project and IDE settings for more information about the configuration directory structure.
# Use local installation
git checkout linux/xubuntu
bin/installer install
# Use remote installation
curl --location "https://gitlab.com/mauchede/webstorm-config/raw/linux/xubuntu/bin/installer" | bash -s -- install
Note: Make sure WebStorm is not running, or it will overwrite the changed files before shutting down.
# Use local installation
git checkout mac-os/darwin
bin/installer install
# Use remote installation
curl --location "https://gitlab.com/mauchede/webstorm-config/raw/mac-os/darwin/bin/installer" | bash -s -- install
Note: Make sure WebStorm is not running, or it will overwrite the changed files before shutting down.