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:
parent
9813078c5e
commit
597a4edb0f
2 changed files with 5 additions and 3 deletions
|
@ -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…
Reference in a new issue