Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 653 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 653 Bytes

Configuração do shell

Preparando Zsh

Instalando o zsh:

sudo apt install zsh

Tornando zsh padrão (precisa fazer logout):

chsh -s $(which zsh)

Instalando Oh my Zsh:

# pacotes necessarios
sudo apt install curl git

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Adicionando tema

Abra o arquivo zshrc:

code ~/.zshrc

Passe o conteúdo do arquivo my-shell para o zshrc!


Preparando Bash

Pelo terminal abra o bashrc:

code ~/.bashrc

Cole o thema no arquivo e salve. Atualize o bash:

source ~/.bashrc