Skip to content

songkg7/dotfiles

Repository files navigation

dotfiles

Init

  1. Install command line tools
xcode-select --install
  1. Install chezmoi
# Install chezmoi and dotfiles from github, empty machine with a single command
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply songkg7
# already installed chezmoi
chezmoi init songkg7 --apply

Action Required Manually

Install

Start Services

System Permission Required

skhd --start-service
yabai --start-service

Before formatting a mac

Make sure all files are up to date with chezmoi

cd ~

# Save Homebrew's installed package list to a Brewfile
brew bundle dump --force

# Re-add linked files
chezmoi re-add

Review changes and commit