Last active
March 24, 2024 23:35
-
-
Save angelobelchior/bf30d18e2c434e60128e012de04736cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Instalação | |
#zsh-syntax-highlighting | |
# > git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting | |
#Instalação do zsh-autosuggestions | |
# > git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions | |
#Instalação do zsh-fast-syntax-highlighting plugin | |
# > git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting | |
#Instalação do zsh-autocomplete plugin | |
# > git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete | |
export ZSH="$HOME/.oh-my-zsh" | |
ZSH_THEME="agnoster" | |
plugins=(git dotnet macos aws brew docker docker-compose emoji sudo vscode colorize zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting zsh-autocomplete) | |
ZSH_COLORIZE_TOOL=chroma | |
ZSH_COLORIZE_STYLE="colorful" | |
source $ZSH/oh-my-zsh.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment