Last active
October 1, 2021 20:47
-
-
Save tyjak/a575ab9f07e5e448ba9584061b3694ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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