1 2 3 4 5 6 7
post_install () { echo "You have to execute 'cp /usr/share/oh-my-zsh/zshrc ~/.zshrc' to use it." } post_remove () { echo "Please remove ~/.zshrc to avoid errors." }