From 6d676554e4985d7536270f21be8e040524f166d7 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 12 Jul 2024 12:31:35 -0400 Subject: [PATCH] add README notes --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c1c864a..cf41a45 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,21 @@ My primary shell is Bash, and on the desktop I primarily use XMonad with XMobar. ## Installation +Do note if you'd like to use the xmobar and xmonad configs, you need to have Cabal installed. I use GHCup, and have added `~/.cabal/bin` to my `$PATH`. + +Symlink all files using: + ``` $ stow -Rt ~ . ``` + +`cd` into both the xmobar and xmonad directories, and run: + +``` +$ cabal install +``` + +## TODO + +* Organize scripts for xmobar, such as the pipe for volume. +* Combine cabal projects for both xmobar and xmonad, so it's easier to install.