We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133b063 commit e152c63Copy full SHA for e152c63
tools/system_macosx.sh
@@ -8,7 +8,7 @@ fi
8
9
function init_installed_programs(){
10
brew install topgrade # updates
11
- brew install bash # use more uptodate version than v3
+ brew install bash # use more up-to-date version than v3
12
13
# window placement
14
brew install rectangle
@@ -39,4 +39,6 @@ function init_installed_programs(){
39
brew install keepassxc
40
brew install ghorg # mass git repo cloning
41
brew install sops # credentials encrypted in git repos
42
+
43
+ brew install gitlab-ci-local
44
}
0 commit comments