13 lines
138 B
Bash
13 lines
138 B
Bash
#!/bin/zsh
|
|
|
|
mkdir ~/antigen
|
|
|
|
curl \
|
|
-qLsSf \
|
|
-o ~/antigen/antigen.zsh \
|
|
https://git.io/antigen
|
|
|
|
source ~/antigen/antigen.zsh
|
|
|
|
# EOF
|