These dotfiles are managed using chezmoi.
Check out the Quick Start page.
On any machine, you can install chezmoi and these dotfiles with the following command:
sh -c "$(curl -fsLS chezmoi.io/get)" -- -b $HOME/.local/bin init --apply pcbowers --sshOn any machine, you can pull and apply the latest changes from your repo with the following command:
chezmoi update -v
A script is run right before install that adds necessary packages to the system. The following assumptions are made:
bashis installed- Your terminal uses a Nerd Font
- A flavor of
Debian(i.e.Ubuntu,Mint) is the Linux flavor of choice