starting to set up devterm config
This commit is contained in:
parent
543dee6e69
commit
b4c2428833
4 changed files with 86 additions and 79 deletions
20
home/.chezmoiexternal.toml.tmpl
Normal file
20
home/.chezmoiexternal.toml.tmpl
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue