Skip to content

Instantly share code, notes, and snippets.

@dedickinson
Created June 28, 2015 03:41
Show Gist options
  • Save dedickinson/aa58a7e902569698ff10 to your computer and use it in GitHub Desktop.
Save dedickinson/aa58a7e902569698ff10 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