/phpstorm-config

Set of files for configuring PhpStorm

Primary LanguagePHPMIT LicenseMIT

README

Set of files for configuring PhpStorm

⚠️ This project is no longer maintained. ⚠

Installation

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.

Linux

Ubuntu

# 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.

Credits

The original project has been created by nicwortel.

Links