Created
August 21, 2021 16:35
-
-
Save luizomf/1146d7b0691afafb6a7f070d54ab3de4 to your computer and use it in GitHub Desktop.
Ativando ZSH no Ubuntu.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Muito obrigado, meu querido ♥
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excelente.