tobyvin's .dotfiles
git clone https://git.sr.ht/~tobyvin/.dotfiles ~/.dotfiles && cd ~/.dotfiles && ./install.sh
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.