Now it’s time to unleash your terminal’s potential! In this section we’ll update the terminal’s look and feel, as well as add some color.
The following instructions are pulled from Oh My Zsh.
In your terminal, run the following command to install Oh My Zsh:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
If you don’t see a message in your terminal like the one above, continue with the setup steps.
NOTE: You may get a questions asking if you want to update your terminal to zsh
. Select yes
for this. If any warnings or errors occur, be sure to complete what is being suggested or get help.
Re-open your terminal and run the following command to verify everything is still set up correctly:
brew --version
Homebrew 3.5
or higher
zsh: command not found: brew
echo 'export BREW_HOME="/home/linuxbrew/.linuxbrew/bin"' >> $HOME/.zshrc
echo 'export PATH="$PATH:$BREW_HOME"' >> $HOME/.zshrc
reset
brew --version
Homebrew 3.5
or higher