Set of files for configuring PhpStorm
Location of the PhpStorm folder is depending on OS and PhpStorm version. See section Project and IDE settings for more information about the configuration directory structure.
# Use local installation
git checkout linux/ubuntu
bin/installer install
# Use remote installation
curl --location "https://gitlab.com/mauchede/phpstorm-config/raw/linux/ubuntu/bin/installer" | bash -s -- install
Note: Make sure PhpStorm is not running, or it will overwrite the changed files before shutting down.
The original project has been created by nicwortel.