Collection of personal dotfiles (keys, configs, functions, etc.).
Managed via chezmoi.
More OS come when I actually have them βοΈ.
# 1) Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Load Homebrew into your shell for this session
eval "$(/opt/homebrew/bin/brew shellenv)"
# 2) Install chezmoi
brew install chezmoi
# 3) Initialize and apply this dotfiles repo
chezmoi init zerospiel --apply
chezmoi apply- Thanks Tom Payne for chezmoi.
- Inspired by Dhruvin Shah with dotfiles.