Add antigen to zsh.
This commit is contained in:
parent
2374c82ec3
commit
a2c7e664a5
14
dotfiles/lib/zsh/antigen.zsh
Normal file
14
dotfiles/lib/zsh/antigen.zsh
Normal file
@ -0,0 +1,14 @@
|
||||
export ANTIGEN_PATH="$HOME/.antigen.zsh"
|
||||
|
||||
function upgrade_antigen {
|
||||
curl -L https://raw.githubusercontent.com/zsh-users/antigen/master/antigen.zsh > $ANTIGEN_PATH
|
||||
}
|
||||
|
||||
test -e $ANTIGEN_PATH || upgrade_antigen
|
||||
|
||||
source $ANTIGEN_PATH
|
||||
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
antigen bundle git
|
||||
|
||||
antigen apply
|
Loading…
Reference in New Issue
Block a user