Answers for "ohmy terminal"

3

zsh

sudo apt install zsh

## Make default shell set and logout
chsh -s $(which zsh)
Posted by: Guest on August-17-2020
1

ohmyzsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Posted by: Guest on August-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language