$ cd path/to/repo/xmonad
$ make install
Also note that '~/scripts' has to be in your path, or you can redefine the BINDIR by installing like so:
$ cd path/to/repo/xmonad
$ make 'BINDIR=$(PREFIX)/bin' install
- xmonad.hs The config file
- bak Where unsed files go to die
- examples Copies of XMonad configs I've found on the web (I try to keep the URL/author information with them, but at least I don't claim they mine. They are just my inspiration)
- scripts Helper scripts to my Xmonad setup
- Makefile self-explanatory