Update README
parent
91d812fe19
commit
736e28a2e9
23
README
23
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.
|
||||
|
|
Loading…
Reference in New Issue