Skip to content

Instantly share code, notes, and snippets.

@shettayyy
Created June 29, 2021 10:53
Show Gist options
  • Save shettayyy/6eca135f6d46ba20561074a146daaa04 to your computer and use it in GitHub Desktop.
Save shettayyy/6eca135f6d46ba20561074a146daaa04 to your computer and use it in GitHub Desktop.
Antigen config
# 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