Skip to content
Ryan Johnson edited this page May 24, 2023 · 2 revisions

dotfiles

my dot files (integrates with chezmoi CLI util)

Setting up a new machine

  1. install homebrew

  2. install chezmoi via homebrew

    brew install chezmoi
  3. initialize from this repo

    chezmoi init --apply git@github.com:CITguy/dotfiles.git
  4. create local config (unique to machine)

    mkdir -p ~/.config/chezmoi
    touch ~/.config/chezmoi/chezmoi.toml
    1. define data.email

      [data]
        email = "user@domain"
Clone this wiki locally