You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "-- loading your configuration file: '$ZSHRC'"
source "$ZSHRC" > /dev/null 2>&1
OHMY="$ZSH"
[ ! -d "$OHMY" ] && echo "ee Could not find oh-my-zsh in '$OHMY'. Make sure you install 'oh-my-zsh' before trying to install this theme and plugin." && exit 0
echo "-- copying files to oh-my-zsh in: '$OHMY'"
cp -R plugins themes "$OHMY"
echo "ok installed zero zsh successfully (theme: zero-dark/zero-light, plugins: zero)"
[ -z "$(grep plugins ~/.zshrc | grep zero)" ] && echo " please add zero to your plugins in ~/.zshrc to use it"
[ -z "$(grep ZSH_THEME ~/.zshrc | grep 'zero-')" ] && echo -e " please set your ZSH_THEME in ~/.zshrc to zero-dark for the dark theme\n and zero-light for the light theme"