dotfiles/README.md

12 lines
276 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-05 20:57:23 -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-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
```