Created
November 9, 2021 14:27
-
-
Save ianic/26954cbd1f38275f3056db69f6424815 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| git clone git@github.com:mantil-io/mantil.git | |
| git clone --recurse-submodules git@github.com:mantil-io/team.mantil.com.git | |
| git clone git@github.com:mantil-io/mantil.go.git | |
| git clone git@github.com:mantil-io/template-excuses.git | |
| git clone git@github.com:mantil-io/go-mantil-template.git | |
| set -euo pipefail | |
| cd mantil/scripts | |
| brew bundle | |
| cd ../../team.mantil.com/scripts | |
| brew bundle | |
| cd .. | |
| npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment