2024-08-02 15:52:58 -04:00
|
|
|
#!/bin/bash
|
2024-08-02 16:13:50 -04:00
|
|
|
HOMEBREW_PREFIX="$(cd "$(dirname "$0")"/../ && pwd)"
|
2024-08-02 15:52:58 -04:00
|
|
|
|
2024-08-02 16:13:50 -04:00
|
|
|
"${HOMEBREW_PREFIX}/bin/brew" install-bundler-gems --add-groups=style,typecheck,vscode >/dev/null 2>&1
|
2024-08-02 15:52:58 -04:00
|
|
|
|
|
|
|
export PATH="${HOMEBREW_PREFIX}/Library/Homebrew/vendor/portable-ruby/current/bin:${PATH}"
|
|
|
|
export BUNDLE_WITH="style:typecheck:vscode"
|