diff --git a/README b/README index 46da22c..688584c 100644 --- a/README +++ b/README @@ -1,21 +1,14 @@ # Dotfiles -Hopefully this is the last time I start over! These dotfiles are managed using -Stow and I use them on my system running Fedora 34. +These dotfiles are managed using GNU Stow and I use them on my system running +Fedora 34/ 35. ## Usage -Clone the repository and run the script to bootstrap and stow files. +Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove +all the links. -```shell -git clone https://git.sr.ht/~earnestma/dotfiles -cd dotfiles -./bootstrap.sh -``` - -Or, use `stow */ -[D]v` to set up/ remove all the links. - -## Thanks - -- https://git.sr.ht/~seirdy/dotfiles -- and various others! <3 +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.