My collection of dot files using chezmoi to manage.
Use either the Bootstrap or Git Clone and Install method.
git
is required, as well as eithercurl
orwget
curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jwinn/dotfiles/main/bootstrap.sh)"
- or -
wget
sh -c "$(wget -qO- https://raw.githubusercontent.com/jwinn/dotfiles/main/bootstrap.sh)"
git
is required
Clone
HTTPS
git clone https://github.com/jwinn/dotfiles.git
- or -
SSH
git clone git@github.com:jwinn/dotfiles.git
cd
into the folder where the repo was cloned, e.g.dotfiles
cd dotfiles && sh install.sh && cd -