configuration merge with laptop and pc
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{{- $git_signingkey := promptStringOnce . "git.signingkey" "Git Signing Key" -}}
|
||||
{{- $gpg_recipient := promptStringOnce . "gpg.recipient" "GPG Recipient Address" -}}
|
||||
{{- $is_intel_cpu := promptBoolOnce . "cpu.intel" "Is this a Intel CPU?" -}}
|
||||
{{- $is_amd_cpu := promptBoolOnce . "cpu.amd" "Is this a AMD CPU?" -}}
|
||||
{{- $is_intel_i915_gpu := promptBoolOnce . "gpu.intel_i915" "Is this a Intel i915 GPU?" -}}
|
||||
{{- $is_work_env := promptBoolOnce . "work_env" "Install work environment?" -}}
|
||||
|
||||
@@ -15,6 +16,7 @@ data:
|
||||
recipient: {{ $gpg_recipient | quote }}
|
||||
cpu:
|
||||
intel: {{ $is_intel_cpu }}
|
||||
amd: {{ $is_amd_cpu }}
|
||||
gpu:
|
||||
intel_i915: {{ $is_intel_i915_gpu }}
|
||||
work_env: {{ $is_work_env }}
|
||||
@@ -25,7 +27,6 @@ edit:
|
||||
merge:
|
||||
command: meld
|
||||
args:
|
||||
- {{ printf "%q" "{{ .Target }}" }}
|
||||
- {{ printf "%q" "{{ .Source }}" }}
|
||||
- {{ printf "%q" "{{ .Destination }}" }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user