My collection of dot files using chezmoi to manage.
Use either the Bootstrap or Git Clone and Install method.
gitis required, as well as eithercurlorwget
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)"
gitis required
Clone
HTTPS
git clone https://github.com/jwinn/dotfiles.git- or -
SSH
git clone [email protected]:jwinn/dotfiles.git
cdinto the folder where the repo was cloned, e.g.dotfiles
cd dotfiles && sh install.sh && cd -