add README notes

This commit is contained in:
frosty 2024-07-12 12:31:35 -04:00
parent 989c6b86c5
commit 6d676554e4

View file

@ -6,6 +6,21 @@ My primary shell is Bash, and on the desktop I primarily use XMonad with XMobar.
## Installation ## 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 ~ . $ 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.