Skip to content

Instantly share code, notes, and snippets.

@Kambaa
Created December 14, 2023 08:02
Show Gist options
  • Save Kambaa/77e5ad3b02db39d4315667670678ad7f to your computer and use it in GitHub Desktop.
Save Kambaa/77e5ad3b02db39d4315667670678ad7f to your computer and use it in GitHub Desktop.
idea portable config
  • add these inside <IDEA_INSTALL_DIR>\bin\idea.properties
idea.config.path=${idea.home.path}/appdata/config
idea.system.path=${idea.home.path}/appdata/system
idea.plugins.path=${idea.home.path}/appdata/plugins
idea.log.path=${idea.home.path}/appdata/log
  • add these inside <IDEA_INSTALL_DIR>\bin\idea.vmoptions
-Duser.country=US
-Duser.language=en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment