> curl https://stay.strapped.sh | sh
🔫 #StayStrapped

> strapped --auto -y strap_config.yml

Using Config From: strap_config.yml
Using Straps From: https://raw.githubusercontent.com/azohra/strapped/master/straps
Requested Straps : strapped brew git visual_studio_code

Strap: brew
🚰 tapping homebrew/core
🍺 installing terraform
🍻 installing visual-studio-code

Strap: git
💾 cloning git@github.com:kelseyhightower/nocode.git into ~/repos

Strap: visual_studio_code
💻 adding extension PKief.material-icon-theme
>
~
strapped: # Where you wish to source your straps from
repo: https://raw.githubusercontent.com/azohra/strapped/master/straps

brew:# Brew taps, casks and packages
taps:
- { name: homebrew/core }
packages:
- { name: terraform, upgrade: true }
casks:
- { name: visual-studio-code, upgrade: true }

git:# Clone any git repos you contribute to
clone:
- { repo: git@github.com:kelseyhightower/nocode.git, folder: ~/repos }

visual_studio_code:# Install any vscode plugins you use
extensions:
- { name: PKief.material-icon-theme }
~

A pure bash bootstrap for your system