Created
July 11, 2011 19:20
-
-
Save caspian311/1076573 to your computer and use it in GitHub Desktop.
ubuntu gitk font size fix
This file contains 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
$ gitk | |
see that the font size sucks | |
$ sudo apt-get install -y tk8.5 | |
$ sudo update-alternatives --config wish | |
select the 8.5 version (usually option 3) | |
$ gitk | |
see that font size is much better |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment