Open pablordoricaw opened 1 year ago
After setting up dotfiles for the first time on a Mac device by running the commands:
chezmoi update
chezmoi git pull && chezmoi apply
ZSH can't be updated manually by running the commands cd ~/.oh-my-zsh/ && omz update
cd ~/.oh-my-zsh/ && omz update
fatal: not a git repository (or any of the parent directories): .git
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.
What's happening?
After setting up dotfiles for the first time on a Mac device by running the commands:
chezmoi update
orchezmoi git pull && chezmoi apply
ZSH can't be updated manually by running the commands
cd ~/.oh-my-zsh/ && omz update
Error Message