Last active
April 1, 2016 23:17
-
-
Save biocyberman/ef4e46df68b6873ffaea64ae2cf7189f to your computer and use it in GitHub Desktop.
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
running ediff over byobu ssh sessions has poor colors. I can't see color markings, therefore it's difficult to do diff and merge. | |
For emacs itself | |
https://gist.github.com/choppsv1/e8198df70cb1778b04d6 (Managed to improved color without this patch) | |
remove ubuntu tmux | |
tmux upgrade from github https://github.com/tmux/tmux. Also need to compile and install http://libevent.org/ for tmux | |
For bybou | |
Must: tmux backend | |
Enable true color for gnome-terminal | |
add ppa | |
http://askubuntu.com/questions/512525/how-to-enable-24bit-true-color-support-in-gnome-terminal | |
sudo add-apt-repository ppa:gnome3-team/gnome3-staging | |
sudo apt-get update | |
sudo apt-get install gnome-terminal | |
some additional fonts for better non-english display: | |
sudo apt-get install ttf-liberation ttf-dejavu xfonts-terminus xfonts-terminus-oblique | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment