Skip to content

YgorSansone/zsh-config

Repository files navigation

GitHub Logo

zsh-config

GUIA DE CONFIGURAÇÃO

Instalar o Tilix - sudo apt install tilix

Instalar o zsh-syntax-highlighting - git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Instalar o zsh-autosuggestions - git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Instalar o FUZZY FINDER - git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install

Copiar a fonte para a pasta: /usr/share/fonts/truetype

Instalar o Powerlevel9k - git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

Fonte : Hack Nerds Regular 12

Instalar backnotify - git clone https://github.com/t413/zsh-background-notify.git ~/.zsh-background-notify

Add link simbolico - ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh

zsh como default - sudo usermod --shell $(which zsh) <your_username>

zsh como default ubuntu - sudo chsh -s /usr/bin/zsh root

#Só vai! atualizar