Created
June 15, 2010 06:39
-
-
Save rcrowley/438773 to your computer and use it in GitHub Desktop.
Mac rxvt-unicode setup.
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
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey, what happened to your .Xdefaults ? can't find it in your github ?