starting to set up devterm config

This commit is contained in:
Matthew Ryan Dillon 2023-01-29 17:34:52 -07:00
parent 543dee6e69
commit b4c2428833
4 changed files with 86 additions and 79 deletions

View file

@ -0,0 +1,20 @@
[".zprezto"]
type = "git-repo"
url = "https://github.com/sorin-ionescu/prezto.git"
refreshPeriod = "168h"
[".zprezto".pull]
args = ["--recurse-submodules"]
[".zprezto".clone]
args = ["--recurse-submodules"]
{{- if eq .chezmoi.hostname "devterm" }}
["ttyscheme"]
type = "git-repo"
url = "https://github.com/kolunmi/ttyscheme.git"
refreshPeriod = "168h"
{{- else }}
[".config/base16-shell"]
type = "git-repo"
url = "https://github.com/chriskempson/base16-shell.git"
refreshPeriod = "168h"
{{- end }}