Created
March 13, 2022 04:42
-
-
Save BrianValente/2dfa09ce8d582801334eac1b18648e08 to your computer and use it in GitHub Desktop.
zsh antigen config
This file contains hidden or 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
source /opt/homebrew/share/antigen/antigen.zsh | |
# Load the oh-my-zsh's library. | |
antigen use oh-my-zsh | |
# Bundles from the default repo (robbyrussell's oh-my-zsh). | |
antigen bundle git | |
# Syntax highlighting bundle. | |
antigen bundle zsh-users/zsh-syntax-highlighting | |
antigen bundle lukechilds/zsh-nvm | |
antigen bundle zsh-users/zsh-autosuggestions | |
# Load the theme. | |
antigen theme denysdovhan/spaceship-prompt | |
# Tell Antigen that you're done. | |
antigen apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment