Skip to content

Instantly share code, notes, and snippets.

View tringn's full-sized avatar
🇻🇳

Tri Ngo tringn

🇻🇳
  • Da Nang, Viet Nam
View GitHub Profile
@tringn
tringn / README.md
Last active May 31, 2024 15:40
Install OhMyZsh with agnoster theme in MacOS Catalina Terminal

Step 1: Install Zsh (this may not be necessary because Zsh has been installed in MacOs Catalina)

brew install zsh

Step 2: Install OhMyZsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Step 3: Change shell in Mac Terminal from Bash to Zsh

chsh -s /bin/zsh

Step 4: Open ~/.zshrc, change ZSH_THEME from "robbyrussell" to "agnoster"