Skip to content

Instantly share code, notes, and snippets.

@cfigueiroa
Created June 19, 2023 15:36
Show Gist options
  • Save cfigueiroa/65d56a5b58897085214399c8a0607c40 to your computer and use it in GitHub Desktop.
Save cfigueiroa/65d56a5b58897085214399c8a0607c40 to your computer and use it in GitHub Desktop.
oh my sh config
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
code ~/.zshrc
ZSH_THEME="powerlevel10k/powerlevel10k"
ENABLE_CORRECTION="true"
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment