add cask for git-credential-manager
This commit is contained in:
@@ -5,6 +5,8 @@ packages:
|
||||
- curl
|
||||
- fish
|
||||
- direnv
|
||||
casks:
|
||||
- git-credential-manager
|
||||
linux:
|
||||
dnfs:
|
||||
- git-all
|
||||
|
||||
@@ -28,6 +28,11 @@ echo "[-] Updating brews [-]"
|
||||
{{ range .packages.darwin.brews -}}
|
||||
/opt/homebrew/bin/brew install {{ . | quote }}
|
||||
{{ end -}}
|
||||
|
||||
echo "[-] Updating casks [-]"
|
||||
{{ range .packages.darwin.casks -}}
|
||||
/opt/homebrew/bin/brew install --cask {{ . | quote }}
|
||||
{{ end -}}
|
||||
{{ end -}}
|
||||
|
||||
echo "[-] Updating Webman groups [-]"
|
||||
|
||||
Reference in New Issue
Block a user