From d1dfddf9acacb823429c2fdc406ef7d04e21633e Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 14 Aug 2023 07:26:21 -0400 Subject: [PATCH] fixing hostname typos --- README.md | 2 ++ home/.chezmoi.toml.tmpl | 11 +++++------ home/dot_zshenv | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1b20d55..54f68f9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ - `yersiniapestis`: wsl (debian) - `devterm`: devterm (debian) +## steps + 1) set the fqdn (this is necessary for some of the host-specific chezmoi config): ```bash diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index a48d9cc..50e134d 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,12 +1,11 @@ -encryption = "age" -[age] - identity = "~/.key.txt" - recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t" - -{{- $hostname = .chezmoi.hostname -}} +{{- $hostname := .chezmoi.hostname -}} {{- if eq .chezmoi.os "darwin" -}} {{- $hostname := output "scutil" "--get" "ComputerName" | trim -}} {{- end -}} +encryption = "age" +[age] + identity = "~/.key.txt" + recipient = "age1yd87u4ae86erpem2tynyl959ppc8a3jt4ztssykytzaklut6uvus5prt2t" [data] hostname = {{ $hostname | quote }} diff --git a/home/dot_zshenv b/home/dot_zshenv index 1676f27..2694a78 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -57,6 +57,7 @@ check_paths=( # rust $HOME/.cargo/bin + $HOME/.cargo/env # WSL # /mnt/c/windows