Created
June 28, 2015 03:41
-
-
Save dedickinson/aa58a7e902569698ff10 to your computer and use it in GitHub Desktop.
Override the username in IntelliJ templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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