Skip to content

Instantly share code, notes, and snippets.

@tyjak
Last active October 1, 2021 20:47
Show Gist options
  • Save tyjak/a575ab9f07e5e448ba9584061b3694ca to your computer and use it in GitHub Desktop.
Save tyjak/a575ab9f07e5e448ba9584061b3694ca to your computer and use it in GitHub Desktop.
# install and configure oh-my-zsh
# GistID: a575ab9f07e5e448ba9584061b3694ca
# configure
echo "
#--move this block in begining--
ZSH_THEME=\"agnoster\"
# custom prompt
[ ! -f \"\$ZSH/custom/themes/agnoster.zsh-theme\" ] && curl -L -o \"\$ZSH/custom/themes/agnoster.zsh-theme\" https://gist.github.com/tyjak/9f9569d9fc118c88ad3a758fc2b26502/raw/agnoster.zsh-theme
" >> ~/.zshrc
# installation
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment