0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

Add mac_setup script.

This commit is contained in:
moiseev-signal 2024-09-13 16:37:50 -07:00 committed by GitHub
parent 5be4d17b31
commit 6b5b0429c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ java/server/src/main/resources/*.so
java/server/src/main/resources/*.dll
.DS_Store
Brewfile.lock.json

26
bin/mac_setup.sh Executable file
View File

@ -0,0 +1,26 @@
#!/bin/bash
#set -ex
cat << EOF | brew bundle install --file=-
tap "homebrew/bundle"
brew "awscli"
brew "cmake"
brew "coreutils"
brew "fnm"
brew "git"
brew "jq"
brew "just"
brew "protobuf"
brew "python"
brew "rocksdb"
brew "ruby"
brew "rustup"
brew "shellcheck"
brew "swiftformat"
brew "swiftlint"
brew "taplo"
brew "terraform"
brew "yamllint"
cask "google-cloud-sdk"
EOF