From 0c571a5e121500eadc479d7dd900d765d33eab9e Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 3 Dec 2022 01:46:58 +0000 Subject: [PATCH] Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/dot_local/bin/executable_install-program --- .../home/dot_local/bin/executable_install-program | 2 +- .local/share/chezmoi/software.yml | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.local/share/chezmoi/home/dot_local/bin/executable_install-program b/.local/share/chezmoi/home/dot_local/bin/executable_install-program index 2488dd82..4c26e590 100644 --- a/.local/share/chezmoi/home/dot_local/bin/executable_install-program +++ b/.local/share/chezmoi/home/dot_local/bin/executable_install-program @@ -657,7 +657,7 @@ async function installPackageList(packageManager, packages) { } else if (packageManager === 'ansible') { for (let pkg of packages) { try { - await $`ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false` + await $`ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=False` } catch (e) { log('error', 'Ansible Role Failure', `There was an error installing ${pkg} with Ansible`) } diff --git a/.local/share/chezmoi/software.yml b/.local/share/chezmoi/software.yml index e76061ca..404c1e89 100644 --- a/.local/share/chezmoi/software.yml +++ b/.local/share/chezmoi/software.yml @@ -819,7 +819,7 @@ softwarePackages: _service: null ansible: professormanhattan.chrome apt: chromium - brew: google-chrome + cask: google-chrome choco: googlechrome dnf: chromium snap: chromium @@ -6364,7 +6364,7 @@ softwarePackages: _home: null _name: null _service: null - brew: visual-studio + cask: visual-studio choco: visualstudio2022community visualstudio: _bin: null @@ -6432,10 +6432,13 @@ softwarePackages: _service: null _snapClassic: true ansible: professormanhattan.vscode - brew: visual-studio-code + cask: visual-studio-code choco: vscode snap: code yay: visual-studio-code-bin + vscode:darwin: + _when: '! test -d "/Applications"' + cask: visual-studio-code w3m: _bin: null _desc: null