Skip to content

Instantly share code, notes, and snippets.

@luizomf
Created August 21, 2021 16:35
Show Gist options
  • Save luizomf/1146d7b0691afafb6a7f070d54ab3de4 to your computer and use it in GitHub Desktop.
Save luizomf/1146d7b0691afafb6a7f070d54ab3de4 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
@nataliagranato
Copy link

Excelente.

@GenilsonDC
Copy link

Muito obrigado, meu querido ♥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment