Skip to content

Instantly share code, notes, and snippets.

@zchee
Forked from rcrowley/rxvt-unicode.sh
Last active August 29, 2015 14:25
Show Gist options
  • Save zchee/3939612dbc4d3838c032 to your computer and use it in GitHub Desktop.
Save zchee/3939612dbc4d3838c032 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment