Skip to content

Instantly share code, notes, and snippets.

@pratamawijaya
Forked from dedickinson/intellij_username
Created February 26, 2017 07:21
Show Gist options
  • Save pratamawijaya/099491ebb4790c39bad52034b36b5ed7 to your computer and use it in GitHub Desktop.
Save pratamawijaya/099491ebb4790c39bad52034b36b5ed7 to your computer and use it in GitHub Desktop.
Override the username in IntelliJ templates
(For OS X)
See: https://www.jetbrains.com/idea/help/tuning-intellij-idea.html
> mkdir ~/Library/Preferences/IntelliJ\ IDEA\ 14\ CE/
> cp /Applications/IntelliJ\ IDEA\ 14\ CE.app/Contents/bin/idea.vmoptions ~/Library/Preferences/IntelliJ\ IDEA\ 14\ CE/
> vi ~/Library/Preferences/IntelliJ\ IDEA\ 14\ CE/idea.vmoptions
Add the line below:
-Duser.name=Duncan Dickinson
Restart IntelliJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment