Skip to content

Instantly share code, notes, and snippets.

@airways
Created March 19, 2011 17:52
Show Gist options
  • Save airways/877661 to your computer and use it in GitHub Desktop.
Save airways/877661 to your computer and use it in GitHub Desktop.
Lightweight Mac OS X / Linux
  • X11.app X server
  • Fink and MacPorts package managers
    • (may replace MacPorts with Homebrew and use Fink only for things not found in Homebrew such as FireFox and nedit)
  • From source tar balls
    • dwm tiling window manager
  • Fink
  • Homebrew
    • Note: to install homebrew formula, it may be necessary to move /sw to a temporary location, and comment out the line "test -r /sw/bin/init.sh && . /sw/bin/init.sh" from .bashrc prior to running a "brew install" command. If a formula fails due to missing symbols in a .so this is almost certainly what you need to do to get it to build.
    • htop
    • alpine
    • weechat (for Jabber: easy_install xmppy, then put http://www.weechat.org/files/scripts/jabber.py in ~/.weechat/python/autoload)
    • elinks
    • midnight-commander
    • dmenu (if it works)
    • keychain (store svn credentials - if you use svn+ssh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment