dotfiles/README.md

15 lines
414 B
Markdown
Raw Normal View History

2021-11-04 23:18:36 -04:00
# Dotfiles
2021-11-22 13:35:28 -05:00
These dotfiles are managed using GNU Stow and I use them on my systems running
2021-11-22 13:35:04 -05:00
Fedora 34/ 35.
2021-11-04 23:18:36 -04:00
## Usage
2021-11-22 13:35:04 -05:00
Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove
all the links.
2021-11-04 23:18:36 -04:00
2021-11-22 13:35:04 -05:00
If you are setting up a fresh system, follow the comments in `bootstrap.sh` and
then run
`curl https://git.sr.ht/~earnestma/dotfiles/blob/main/bootstrap.sh | bash`.
Your password might be required twice.