markhepburn / dotxmonad

Personal xmonad configuration. Fairly standard; unlikely to be of interest to many others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://www.reddit.com/r/xmonad/comments/hlektm/installing_xmonad_with_ghcup_and_cabal/

cabal install xmonad cabal install –lib xmonad xmonad-contrib # make sure you also install xmonad as a lib so it compiles, not actually sure how to install the executable AND the lib #optionally you can install xmobar(and theoretically taffybar) using: cabal install -f with_xft -f with_xpm xmobar # because they default to false! See other options in .cabal/packages/xmobar/…tar.gz

Update: this no longer works for xmonad for me, and I don’t have the smarts or patience to understand what cabal-install is doing. Following the instructions to just clone xmonad + xmonad-contrib and use stack worked just fine.

About

Personal xmonad configuration. Fairly standard; unlikely to be of interest to many others.

License:GNU General Public License v2.0


Languages

Language:Shell 52.8%Language:Haskell 47.2%