Skip to content

felipegangorra/my-shell-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

scripts do shell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages