1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00

refactor: Move antigen to chezmoiexternal

This commit is contained in:
Thomas A. Christensen II 2023-04-15 18:15:03 -05:00
parent 9813078c5e
commit 597a4edb0f
Signed by: millironx
GPG key ID: 09335146883990B9
2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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