add cask for git-credential-manager

This commit is contained in:
2024-12-26 15:09:30 -07:00
parent 5c7a7dcbb9
commit 099c3f209e
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ packages:
- curl - curl
- fish - fish
- direnv - direnv
casks:
- git-credential-manager
linux: linux:
dnfs: dnfs:
- git-all - git-all

View File

@@ -28,6 +28,11 @@ echo "[-] Updating brews [-]"
{{ range .packages.darwin.brews -}} {{ range .packages.darwin.brews -}}
/opt/homebrew/bin/brew install {{ . | quote }} /opt/homebrew/bin/brew install {{ . | quote }}
{{ end -}} {{ end -}}
echo "[-] Updating casks [-]"
{{ range .packages.darwin.casks -}}
/opt/homebrew/bin/brew install --cask {{ . | quote }}
{{ end -}}
{{ end -}} {{ end -}}
echo "[-] Updating Webman groups [-]" echo "[-] Updating Webman groups [-]"