From 736e28a2e9e3255cbfd319034c9a6350a342f90f Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 22 Nov 2021 13:35:04 -0500 Subject: [PATCH] Update README --- README | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) 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.