Created
November 25, 2012 03:01
-
-
Save jackpooley/4142235 to your computer and use it in GitHub Desktop.
How to install osxmonad w/ out darcs
This file contains hidden or 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
| # 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