Skip to content

Instantly share code, notes, and snippets.

@jackpooley
Created November 25, 2012 03:01
Show Gist options
  • Select an option

  • Save jackpooley/4142235 to your computer and use it in GitHub Desktop.

Select an option

Save jackpooley/4142235 to your computer and use it in GitHub Desktop.
How to install osxmonad w/ out darcs
# install osxmonad
# uninstall old
ghc-pkg unregister osxmonad
ghc-pkg unregister xmonad
# download new
git clone https://github.com/xmonad/xmonad
git clone https://github.com/xmonad/osxmonad.git
# install xmonad
cd xmonad
cabal configure
cabal install
# install osxmonad
cd ../osxmonad
cabal configure
cabal install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment