refactor: Move antigen to chezmoiexternal

master
parent 9813078c5e
commit 597a4edb0f
Signed by: millironx
GPG Key ID: 09335146883990B9

@ -1,3 +1,8 @@
["antigen.zsh"]
type = "file"
url = "https://git.io/antigen"
refreshPeriod = "168h"
[".local/share/fonts/meslolgs-nf-regular.ttf"]
type = "file"
url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf"

@ -18,9 +18,6 @@ then
fi
# Load the antigen library
if [[ ! -f "$HOME/antigen.zsh" ]]; then
curl -L git.io/antigen > $HOME/antigen.zsh
fi
source "$HOME/antigen.zsh"
# Load the oh-my-zsh library

Loading…
Cancel
Save