summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: 24dc59c08c2bcebd01494e7a600ec810447afb0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# tobyvin's [.dotfiles]

## Install

```sh
git clone https://git.sr.ht/~tobyvin/.dotfiles ~/.dotfiles && cd ~/.dotfiles && ./install.sh
```

## Getting started

The configuration files are managed using GNU [stow]. The included [install.sh]
script can be used to stow specified (or, if unspecified, all) packages using
`./install.sh [package ..]`, clean broken symlinks from `$HOME` using
`./install.sh -C`, or both with `./install.sh -c [package ..]`. Run
`./install.sh -h` to see all options.

[.dotfiles]: https://sr.ht/~tobyvin/.dotfiles/
[install.sh]: ./install.sh
[stow]: https://www.gnu.org/software/stow/