Skip to content

Instantly share code, notes, and snippets.

@bcremer
Created August 7, 2014 19:13
Show Gist options
  • Save bcremer/9df5add4ddad08b4bf04 to your computer and use it in GitHub Desktop.
Save bcremer/9df5add4ddad08b4bf04 to your computer and use it in GitHub Desktop.
PhpStorm use XDG Base Directories
mv ~/.WebIde70/config ~/.config/WebIde70
cp /usr/share/phpstorm/bin/idea.properties ~/.config/WebIde70/idea.properties
vim ~/.config/WebIde70/idea.properties~/.config/WebIde70/idea.properties
- # idea.config.path=${user.home}/.WebIde/config
+ idea.config.path=${user.home}/.config/WebIde70
- # idea.system.path=${user.home}/.WebIde/system
+ idea.system.path=${user.home}/.cache/WebIde70
export WEBIDE_PROPERTIES=$HOME/.config/WebIde70/idea.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment