Skip to content

Instantly share code, notes, and snippets.

@ianic
Created November 9, 2021 14:27
Show Gist options
  • Save ianic/26954cbd1f38275f3056db69f6424815 to your computer and use it in GitHub Desktop.
Save ianic/26954cbd1f38275f3056db69f6424815 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
git clone [email protected]:mantil-io/mantil.git
git clone --recurse-submodules [email protected]:mantil-io/team.mantil.com.git
git clone [email protected]:mantil-io/mantil.go.git
git clone [email protected]:mantil-io/template-excuses.git
git clone [email protected]: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