mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 13:16:04 +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"]
|
[".local/share/fonts/meslolgs-nf-regular.ttf"]
|
||||||
type = "file"
|
type = "file"
|
||||||
url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf"
|
url = "https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf"
|
||||||
|
|
|
@ -18,9 +18,6 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load the antigen library
|
# Load the antigen library
|
||||||
if [[ ! -f "$HOME/antigen.zsh" ]]; then
|
|
||||||
curl -L git.io/antigen > $HOME/antigen.zsh
|
|
||||||
fi
|
|
||||||
source "$HOME/antigen.zsh"
|
source "$HOME/antigen.zsh"
|
||||||
|
|
||||||
# Load the oh-my-zsh library
|
# Load the oh-my-zsh library
|
||||||
|
|
Loading…
Reference in a new issue