Update dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml
This commit is contained in:
parent
3b90268a63
commit
119755aeaf
1 changed files with 1 additions and 2 deletions
|
@ -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" }}
|
||||||
|
|
Loading…
Reference in a new issue