Update README
parent
91d812fe19
commit
736e28a2e9
23
README
23
README
|
@ -1,21 +1,14 @@
|
||||||
# Dotfiles
|
# Dotfiles
|
||||||
|
|
||||||
Hopefully this is the last time I start over! These dotfiles are managed using
|
These dotfiles are managed using GNU Stow and I use them on my system running
|
||||||
Stow and I use them on my system running Fedora 34.
|
Fedora 34/ 35.
|
||||||
|
|
||||||
## Usage
|
## 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
|
If you are setting up a fresh system, follow the comments in `bootstrap.sh` and
|
||||||
git clone https://git.sr.ht/~earnestma/dotfiles
|
then run
|
||||||
cd dotfiles
|
`curl https://git.sr.ht/~earnestma/dotfiles/blob/main/bootstrap.sh | bash`.
|
||||||
./bootstrap.sh
|
Your password might be required twice.
|
||||||
```
|
|
||||||
|
|
||||||
Or, use `stow */ -[D]v` to set up/ remove all the links.
|
|
||||||
|
|
||||||
## Thanks
|
|
||||||
|
|
||||||
- https://git.sr.ht/~seirdy/dotfiles
|
|
||||||
- and various others! <3
|
|
||||||
|
|
Loading…
Reference in New Issue