diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 05e17f6..248585e 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -6,10 +6,15 @@ {{- $choices := list "wsl" "devterm" "personal" "work" -}} {{- $hosttype := promptChoiceOnce . "hosttype" "What type of host are you on" $choices -}} +{{ $name := promptString "name" -}} +{{ $email := promptString "email" -}} + encryption = "age" [age] identity = "~/.key.txt" recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t" [data] hostname = {{ $hostname | quote }} - hosttype = {{- $hosttype | quote -}} + hosttype = {{ $hosttype | quote }} + name = {{ $name | quote }} + email = {{ $email | quote }} \ No newline at end of file diff --git a/home/dot_gitconfig b/home/dot_gitconfig.tmpl similarity index 96% rename from home/dot_gitconfig rename to home/dot_gitconfig.tmpl index 2d531e8..cec6604 100644 --- a/home/dot_gitconfig +++ b/home/dot_gitconfig.tmpl @@ -2,8 +2,8 @@ path = /opt/local/share/git-delta/themes.gitconfig [user] - name = Matthew Dillon - email = matthewrdillon@gmail.com + name = {{ .name }} + email = {{ .email }} [core] editor = hx pager = delta diff --git a/home/dot_zprofile b/home/dot_zprofile.tmpl similarity index 71% rename from home/dot_zprofile rename to home/dot_zprofile.tmpl index 3860da4..1b073f3 100644 --- a/home/dot_zprofile +++ b/home/dot_zprofile.tmpl @@ -1,5 +1,5 @@ -# Matthew Dillon -# matthewrdillon@gmail.com +# {{ .name }} +# {{ .email }} # Added by OrbStack: command-line tools and integration source ~/.orbstack/shell/init.zsh 2>/dev/null || : diff --git a/home/private_Library/private_Application Support/private_jj/config.toml b/home/private_Library/private_Application Support/private_jj/config.toml.tmpl similarity index 92% rename from home/private_Library/private_Application Support/private_jj/config.toml rename to home/private_Library/private_Application Support/private_jj/config.toml.tmpl index f2f8898..cb0dddb 100644 --- a/home/private_Library/private_Application Support/private_jj/config.toml +++ b/home/private_Library/private_Application Support/private_jj/config.toml.tmpl @@ -1,6 +1,6 @@ [user] -name = "Matthew Ryan Dillon" -email = "matthewrdillon@gmail.com" +name = {{ .name | quote }} +email = {{ .email | quote }} [git] push-branch-prefix = "thermokarst/jj-"