Managed via chezmoi.
Before installing the dotfiles on a new machine, ensure the following core dependencies are installed on your system:
- curl: Required to download
chezmoiandmise.
Note: All other dependencies including Zsh, Bash (macOS), build tools, fonts, and language runtimes will be installed automatically during the setup process!
To set up these dotfiles on a new machine, run the following command (which automatically installs chezmoi to ~/.local/bin, clones this repository, and applies the configurations):
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply [repos]Or, if chezmoi is already installed:
chezmoi init --apply [repos]