mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2025-01-08 10:27:30 +01:00
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
|