mkdir -p $HOME/.config/xmonad
git clone https://github.com/weirdsmiley/xmonad $HOME/.config/xmonad/
cd $HOME/.config/xmonad
stack install
This will install the built xmonad
and xmobar
in $HOME/.local/bin/
.
You know the drill for installing Xorg and other stuff to switch to XMonad windows manager. Refer to any resources online.
You may also want to edit Preferences.hs accordingly.
I used this repository as my building block.