Skip to content

Vinnybrunn00/shell-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Configurando shell-zsh no Ubuntu

git teste

zshrc

Instalando o zsh do repositório oficial

sudo apt-get install zsh

Tornando o shell-zsh padrão do sistema

sudo gedit /etc/passwd

Procure seu diretório home, no meu caso é:

vinny:x:1000:1000:Vinícius Bruno,,,:/home/vinny:/bin/bash

Agora troque "bash" por "zsh":

vinny:x:1000:1000:Vinícius Bruno,,,:/home/vinny:/bin/zsh

E salve!

Ao fazer todos esses processo, clone o projeto na sua "Pasta Pessoal":

git cline https://github.com/Vinnybrunn00/shell-zsh.git

Depois de ter feito isso, encerre a sessão do seu Ubuntu e abra novamente o terminal!

Releases

No releases published

Packages

No packages published

Languages