Skip to content

Instantly share code, notes, and snippets.

@rcrowley
Created June 15, 2010 06:39
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save rcrowley/438773 to your computer and use it in GitHub Desktop.
Save rcrowley/438773 to your computer and use it in GitHub Desktop.
Mac rxvt-unicode setup.
# Mac rxvt-unicode setup.
# http://rcrowley.org/articles/rxvt-unicode.html
# Install dependencies from MacPorts and CPAN.
sudo port install rxvt-unicode +xterm_colors_256
sudo port install terminus-font
sudo cpan install Mac::Pasteboard
# Run urxvt at X11 startup.
defaults write org.x.X11 app_to_run /opt/local/bin/urxvt
# Fix terminfo warnings.
sudo ln -s /opt/local/share/terminfo/72/rxvt-unicode /usr/share/terminfo/72/rxvt-unicode
# Append rcrowley's .Xdefaults to whatever's there.
wget -O - http://github.com/rcrowley/home/raw/master/.Xdefaults >>~/.Xdefaults
@sohaeb
Copy link

sohaeb commented May 6, 2014

hey, what happened to your .Xdefaults ? can't find it in your github ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment