chezmoi templates
Visit https://github.com/twpayne/chezmoi/blob/master/docs/REFERENCE.md#template-variables for latest info.
Use
chezmoi execute-template
to see the result for the current machine, eg:$ chezmoi execute-template '{{ .chezmoi.sourceDir }}' $ chezmoi execute-template '{{ .chezmoi.os }}' / '{{ .chezmoi.arch }}' linux/amd64 $ chezmoi execute-template '{{ .chezmoi.hostname }}_{{ .chezmoi.osRelease.id }}_{{ .chezmoi.osRelease.versionID }}' USH-LP19-RIX1_ubuntu_20.04 $ chezmoi execute-template < dot-bash/symlink_bashrc-custom-machine.tmpl bashrc-custom-USH-LP19-RIX1_ubuntu_20.04
The following is a json snapshot indicating the valid template fields as of
Tuesday, May 05 21:02:17 2022 EST
{ "chezmoi": { "arch": "amd64", "args": [ "chezmoi", "data" ], "cacheDir": "/home/vvnraman/.cache/chezmoi", "configFile": "/home/vvnraman/.config/chezmoi/chezmoi.toml", "executable": "/home/vvnraman/bin/chezmoi", "fqdnHostname": "USH-LP19-RIX1.", "group": "vvnraman", "homeDir": "/home/vvnraman", "hostname": "USH-LP19-RIX1", "kernel": { "osrelease": "5.10.102.1-microsoft-standard-WSL2", "ostype": "Linux", "version": "#1 SMP Wed Mar 2 00:30:59 UTC 2022" }, "os": "linux", "osRelease": { "bugReportURL": "https://bugs.launchpad.net/ubuntu/", "homeURL": "https://www.ubuntu.com/", "id": "ubuntu", "idLike": "debian", "name": "Ubuntu", "prettyName": "Ubuntu 20.04.4 LTS", "privacyPolicyURL": "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy", "supportURL": "https://help.ubuntu.com/", "ubuntuCodename": "focal", "version": "20.04.4 LTS (Focal Fossa)", "versionCodename": "focal", "versionID": "20.04" }, "sourceDir": "/home/vvnraman/.local/share/chezmoi", "username": "vvnraman", "version": { "builtBy": "goreleaser", "commit": "462e547efc45432edd6fc9b13bd97a7e51e37f58", "date": "2022-04-10T17:54:04Z", "version": "2.15.1" }, "workingTree": "/home/vvnraman/.local/share/chezmoi" } }
Created via
chezmoi data