Skip to content

Instantly share code, notes, and snippets.

@caspian311
Created July 11, 2011 19:20
Show Gist options
  • Save caspian311/1076573 to your computer and use it in GitHub Desktop.
Save caspian311/1076573 to your computer and use it in GitHub Desktop.
ubuntu gitk font size fix
$ 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