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:
parent
af318fe8c2
commit
b40817b8b8
2 changed files with 20 additions and 3 deletions
|
@ -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") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue