* xmonad-ng ** Example Installation Clone this repository with submodules in the root of your home directory: #+BEGIN_SRC git clone --recursive https://github.com/azahi/xmonad-config ~/.xmonad #+END_SRC Enter the cloned directory: #+BEGIN_SRC cd ~/.xmonad #+END_SRC If you don't have a /xmonad/ executable in your PATH, depending on the build system that you want to use, execute: #+BEGIN_SRC stack update stack build #+END_SRC or #+BEGIN_SRC cabal new-update cabal new-configure cabal new-build #+END_SRC If you have the /xmonad/ executable you can just simply run: #+BEGIN_SRC xmonad --recompile #+END_SRC