mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 16:20:06 +00: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
|