22 lines
444 B
Plaintext
22 lines
444 B
Plaintext
|
# 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.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Clone the repository and run the script to bootstrap and stow files.
|
||
|
|
||
|
```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
|