dopaminadarktheme
Full Dopamina Dark Theme
Neste tutorial irei apresentar como instalar o ZSH em seu Mac para facilitar o seu trabalho.
brew install zsh
brew install zsh-syntax-highlighting
brew install zsh-autosuggestions
* Lembre-se sempre de executar o brew com permissão de usuário normal.git clone https://github.com/bhilburn/powerlevel9k.git ~/powerlevel9k
echo 'source ~/powerlevel9k/powerlevel9k.zsh-theme' >> ~/.zshrc
depois
echo "POWERLEVEL9K_MODE='nerdfont-complete'" >> ~/.zshrc
Por final seu arquivo ZSH deve ficar algo como:
# Load Nerd Fonts with Powerlevel9k theme for Zsh POWERLEVEL9K_MODE='nerdfont-complete' source ~/powerlevel9k/powerlevel9k.zsh-theme
# Customise the Powerlevel9k prompts POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh dir vcs newline status) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=() POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
# Load Zsh tools for syntax highlighting and autosuggestions HOMEBREW_FOLDER="/usr/local/share" source "$HOMEBREW_FOLDER/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" source "$HOMEBREW_FOLDER/zsh-autosuggestions/zsh-autosuggestions.zsh"Screenshot

Assine a newsletter para receber em seu email as publicações atualizadas neste blog