pablordoricaw / my-macos-dotfiles

Repository containing my macOS dotfiles.
0 stars 0 forks source link

ZSH Update not working after first dotfile setup #3

Open pablordoricaw opened 1 year ago

pablordoricaw commented 1 year ago

What's happening?

After setting up dotfiles for the first time on a Mac device by running the commands:

  1. chezmoi update or
  2. chezmoi git pull && chezmoi apply

ZSH can't be updated manually by running the commands cd ~/.oh-my-zsh/ && omz update

Error Message

fatal: not a git repository (or any of the parent directories): .git
pablordoricaw commented 1 year ago

Manual resolution

Following the steps outlined in the response by Travis in his response to the Upgrading Oh My Zsh gives me 'not a git repository' error question in StackOverflow solves the issue.