dotfiles/README.md

27 lines
690 B
Markdown
Raw Normal View History

2024-06-23 06:41:38 -04:00
# dotfiles
2024-07-03 20:09:36 -04:00
This repository includes the setup data and configurations for my Linux machines, both desktop and server.
2024-06-23 06:41:38 -04:00
2024-07-12 12:32:03 -04:00
My primary shell is Bash, and on the desktop I primarily use xmonad with xmobar. Most things are self-explanatory.
2024-06-23 07:25:36 -04:00
2024-06-23 06:41:38 -04:00
## Installation
2024-07-12 12:31:35 -04:00
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:
2024-06-23 06:41:57 -04:00
```
2024-07-03 20:09:36 -04:00
$ stow -Rt ~ .
2024-06-23 06:41:38 -04:00
```
2024-07-12 12:31:35 -04:00
`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.