July 28, 2009, 6:40 pm

I’ve done a lot over the past few months to make my time spent on the command line a bit more enjoyable and easier to use. Hopefully you’ll find these steps useful as well.
Continue reading ‘How to have a lightweight, beautiful, functional terminal’ »
Tags:
.Xdefaults,
.Xresources,
256 colors,
bash,
gnu screen,
irssi,
rxvt-unicode,
screen,
urxvt,
vim,
xterm Category:
Commandline Tools,
Gnu screen |
1 Comment
June 18, 2009, 9:22 am

XTerm and most other modern terminal emulaters support 256 colors.
To enable colors on XTerm you will need to run the configure scripts with the --enable-256-color switch, in addition you may also need to set your TERM environment variable to xterm-256color.
Continue reading ‘256 colors in vim’ »
June 18, 2009, 7:14 am

rxvt-unicode (commonly called urxvt) already has 88 color support, and for most things, this is fine. But sometimes you just want a tad more, maybe for vim color themes.
So here’s my build log of compiling rxvt-unicode with the 256 color patch on Ubuntu Hardy, and debianizing (packaging) it.
Continue reading ‘Get rxvt-unicode with 256 color support on Ubuntu’ »