This repo contains the configuration to setup my machines. This is using Chezmoi, the dotfile manager to setup the install.
Before running the install script, make sure you have the following installed:
-
Xcode Command Line Tools:
xcode-select --install
-
Rosetta 2 (for Apple Silicon):
sudo softwareupdate --install-rosetta --agree-to-license
$ export GITHUB_USERNAME=hdnha11
$ sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply $GITHUB_USERNAMENote that this script will install the
chezmoibinary in the./.local/bindirectory. Remember to change your working directory to your home directory before running the script.