Skip to content

Instantly share code, notes, and snippets.

@edson-github
Forked from luizomf/zsh.sh
Created February 19, 2023 10:49
Show Gist options
  • Save edson-github/c09d5ab8fb8f0943c4dce7cf83326a7e to your computer and use it in GitHub Desktop.
Save edson-github/c09d5ab8fb8f0943c4dce7cf83326a7e to your computer and use it in GitHub Desktop.
Ativando ZSH no Ubuntu.
# ZSH
sudo apt install zsh -y
sudo apt-get install powerline fonts-powerline -y
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
chsh -s /bin/zsh
# REBOOT
# sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment