diff --git a/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl b/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl index 9e36c46b..da66b8fc 100644 --- a/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_05-system.sh.tmpl @@ -648,6 +648,7 @@ installBrewPackages() { ensureBrewPackageInstalled "zx" ensureBrewPackageInstalled "volta" volta install node@latest & + volta install yarn@latest & npm install -g npm@latest & wait logg success 'Finished installing auxilary Homebrew packages' diff --git a/home/dot_config/coc/coc-settings.json b/home/dot_config/coc/coc-settings.json index e1fa77eb..28131b64 100644 --- a/home/dot_config/coc/coc-settings.json +++ b/home/dot_config/coc/coc-settings.json @@ -35,4 +35,4 @@ "settings": {} } } -} \ No newline at end of file +} diff --git a/software.yml b/software.yml index ec8c420a..f57a3682 100644 --- a/software.yml +++ b/software.yml @@ -12998,6 +12998,7 @@ softwarePackages: export PATH="$VOLTA_HOME/bin:$PATH" volta setup volta install node@latest + volta install yarn@latest ansible: professormanhattan.volta brew: volta scoop: volta