A few fixes and additions

cargo-binstall added - will use this for darwin-less rust based binaries
complete-alias script added to chezmoiexternal and loaded into shell
fixed arch detection chezmoi code
This commit is contained in:
Lockszmith (@VAST) 2025-04-09 16:23:45 -04:00
parent af318fe8c2
commit b40817b8b8
2 changed files with 20 additions and 3 deletions

View file

@ -14,8 +14,8 @@
{{- $sysVendor := "unknown" }}
{{- $clib_flavor := "" }}
{{- if eq .chezmoi.os "darwin" }}
{{- $arch_alt := "aarch64" }}
{{- $arch_alt_dash := $arch_alt }}
{{- $arch_alt = "aarch64" }}
{{- $arch_alt_dash = $arch_alt }}
{{- $sysType = "macos" }}
{{- $sysVendor = "apple" }}
{{- if contains "BatteryData" (output "ioreg" "-c" "AppleSmartBattery") }}