-
-
Save pratamawijaya/099491ebb4790c39bad52034b36b5ed7 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