Created
June 29, 2021 10:53
-
-
Save shettayyy/6eca135f6d46ba20561074a146daaa04 to your computer and use it in GitHub Desktop.
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
# Load oh-my-zsh library | |
antigen use oh-my-zsh | |
# Select theme | |
antigen theme spaceship-prompt/spaceship-prompt | |
# Load bundles from the default repo (oh-my-zsh) | |
antigen bundle git | |
antigen bundle command-not-found | |
antigen bundle yarn | |
antigen bundle sudo | |
antigen bundle react-native | |
antigen bundle python | |
antigen bundle osx | |
antigen bundle npm | |
antigen bundle git-prompt | |
antigen bundle gitignore | |
antigen bundle nvm | |
antigen bundle autojump | |
# Load bundles from external repos | |
antigen bundle zsh-users/zsh-completions | |
antigen bundle zsh-users/zsh-autosuggestions | |
antigen bundle zsh-users/zsh-syntax-highlighting | |
antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh | |
# 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