Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml

This commit is contained in:
Brian Zalewski 2022-11-27 17:58:34 +00:00
parent 3b90268a63
commit 119755aeaf

View file

@ -28,8 +28,6 @@
url = "https://github.com/dracula/dracula-theme.git" url = "https://github.com/dracula/dracula-theme.git"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--depth", "1"] clone.args = ["--depth", "1"]
refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"] pull.args = ["--ff-only"]
### Shell ### Shell
@ -211,6 +209,7 @@
{{- if not .host.headless }} {{- if not .host.headless }}
### Hack Nerd Font Download ### Hack Nerd Font Download
{{- $refreshPeriod := "4800h" }}
{{- $fontDir := "" }} {{- $fontDir := "" }}
{{- $fontUrlBase := "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack"}} {{- $fontUrlBase := "https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack"}}
{{- if eq .host.distro.family "darwin" }} {{- if eq .host.distro.family "darwin" }}