Created
March 15, 2022 18:57
-
-
Save milon/dac22ed80ed6c57f3780bdc6b94174cd to your computer and use it in GitHub Desktop.
.antigenrc file for zsh configuration
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 | |
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 |
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
# 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