Description of the feature request
We need to install some small tools which takes additional time and I asked myself if they cannot be added to the stacks These tools are installable via homebrew. Here is the content of our Brewfile:
tap "lokalise/cli-2"
brew "lokalise2" # tool for mobile localization cloud platform
brew "transcrypt" # used to transparently de-/encrypt the repo ios-keystore
brew "mint" # swift command-line tools package manager
brew "parallel" # build and execute shell command lines from standard input in parallel - https://www.gnu.org/software/parallel/man.html
brew "bash"