29 October, 2021
Sometimes you want to restore the defaults of zsh
(maybe because a previous change destroyed your shell config and thus it's not working how it should)
# The command below restores the initial zsh-config (~/.zshrc)
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
Author: Sven Patrick Meier