dotfiles

Personal dotfiles

MIT License

Stars
0
Committers
2

jeffzi's Dotfiles

MacOS dotfiles managed with chezmoi and Mackup.

Instructions

The username on the machine must be jeffzi to match chezmoi's configuration and apply dotfiles properly.

  1. Give the terminal full-disk access.
  2. Install remotely from single shell command
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jeffzi/dotfiles/main/install.sh)"
  1. We need HTTPS for the initial clone when the dotfiles are not installed but we must
    switch to SSH to use our own credentials.
chezmoi cd
git remote set-url origin git@github-personal:jeffzi/dotfiles.git
  1. Enable the 1Password SSH agent.

Test it:

chezmoi cd
git pull