Ajuda Linux – Dia 983 – Shell ZSH – Parte 2



Ajuda Linux – Dia 983 – Shell ZSH – Parte 2

Ajuda Linux - Dia 983 - Shell ZSH - Parte 2

Vídeo explicativo: Shell ZSH – Parte 2

Curso Online Programação Shell Script: 14 HORAS: https://cursos.escolalinux.com.br/programacao-shell-script-14-horas

Site Oh-My-ZSH: https://github.com/robbyrussell/oh-my-zsh/wiki

Instalar Oh-My-ZSH:
$ sudo apt install wget git #Debian/Ubuntu
$ sudo yum install wget git #Red Hat/CentOS
$ wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | zsh

Ficara em: ~/.oh-my-zsh

Copiar o zshrc padrão pra usar:
$ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
source ~/.zshrc

Mudar tema do zsh:
$ cd ~/.oh-my-zsh/themes/
$ ls -a
$ vim ~/.zshrc
ZSH_THEME=’risto’
$ source ~/.zshrc

Ativar plugin no zsh:
cd ~/.oh-my-zsh/plugins/
ls -a
vim ~/.zshrc
plugins=(git extract web-search yum git-extras docker vagrant)

Um oferecimento: Linux Solutions – http://www.linuxsolutions.com.br