dotfiles, managed with chezmoi
.
- Install 1Password
- Enable 1Password CLI in 1Password Developer Settings
GITHUB_USERNAME=pmpaulino sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply $GITHUB_USERNAME
This will install and initialize chezmoi
. During this initialization, chezmoi
will run the install.sh script, which will install:
oh-my-zsh
homebrew
- run the
brew budle
command
You will also need to manually configure the 1Password CLI GitHub plugin:
op plugin init gh
You should also disable rancher desktop managing your dotfiles by running:
rdctl set --application.path-management-strategy manual