vim using .vimrc
" Example .vimrc here http://www.vi-improved.org/vimrc.php
" Vim colorschemes generator http://inspiration.sweyla.com/code/
" {
set background=dark " we plan to use a dark background
colorscheme inspiration907827
syntax on " syntax highlighting on
" }
xterm using .Xdefaults
XTerm*Background: black
XTerm*Foreground: grey
XTerm*utf8: 1
-- check out http://dotfiles.org/ for more of this stuff
You may also like: http://blog.commandlinekungfu.com/
ReplyDeleteSeriously helps with every day things, sometimes.
OT, It's also good to see you're still programming, Colin! (it's Mad_guy here, if that rings a bell at all.)
thanks mad_guy. I only just got into that kind of command line stuff by looking at makefiles, which can have some pretty ridiculous command lines
ReplyDelete