gxuamethyst's dotfiles

managed by chezmoi

usage

  1. install chezmoi
# via curl
sh -c "$(curl -fsLS chezmoi.io/get)"
# via wget
sh -c "$(wget -qO- chezmoi.io/get)"
# via brew
brew install chezmoi
  1. clone repo and apply it
chezmoi init gxuamethyst
chezmoi apply -v

reference

chezmoi docs