Skip to content

Instantly share code, notes, and snippets.

@milon
Created March 15, 2022 18:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milon/dac22ed80ed6c57f3780bdc6b94174cd to your computer and use it in GitHub Desktop.
Save milon/dac22ed80ed6c57f3780bdc6b94174cd to your computer and use it in GitHub Desktop.
.antigenrc file for zsh configuration
# load oh-my-zsh
antigen use oh-my-zsh
# use oh-my-zsh plugin
antigen bundle git
# use custom plugin
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
# load the theme
antigen theme milon/arrow-zsh-theme
# apply antigen changes
antigen apply
# first install antigen with `brew install antigen`
# adding antigen to zsh
source /usr/local/share/antigen/antigen.zsh
# load config from .antigenrc
antigen init $HOME/.antigenrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment