mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 08:07:01 -06:00
Fix wsl 'quote' filter breaking WSL-specific details, ensure keychain is installed on WSL
This commit is contained in:
@@ -45,7 +45,10 @@ args = [
|
|||||||
[data]
|
[data]
|
||||||
privateDomain = {{ $privateDomain | quote }}
|
privateDomain = {{ $privateDomain | quote }}
|
||||||
chassis = {{ $chassisType | quote }}
|
chassis = {{ $chassisType | quote }}
|
||||||
wsl = {{ $wsl | quote }}
|
wsl = {{ $wsl }}
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
scriptContents = false
|
||||||
|
|
||||||
[data.cpu]
|
[data.cpu]
|
||||||
cores = {{ $cpuCores }}
|
cores = {{ $cpuCores }}
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ set -xeu
|
|||||||
|
|
||||||
{{ if .wsl }}
|
{{ if .wsl }}
|
||||||
# WSL-specific commands
|
# WSL-specific commands
|
||||||
|
sudo apt install -y keychain
|
||||||
{{ else }}
|
{{ else }}
|
||||||
# Non-WSL commands
|
# Non-WSL commands
|
||||||
sudo apt install -y xclip xsel
|
sudo apt install -y xclip xsel
|
||||||
|
|||||||
Reference in New Issue
Block a user