+ Strap is a script to bootstrap a minimal macOS development system with the minimal set of settings and software + every macOS developer will want. +
+ To Strap your system: +strap.sh
script.
+
+ bash ~/Downloads/strap.sh
.
+ bash ~/Downloads/strap.sh --debug
and
+ try to debug it yourself, I can't help you, sorry!
+ brew install
.
+
+ In 2023 I started a company, ☕️ Workbrew, to provide the missing features and support for companies using
+ Homebrew.
+
+ Workbrew is now available in public beta and has a Workbrew Bootstrap feature that's basically
+ Strap v2.
+
+ Additionally, Workbrew provides MDM integration, fleet configuration, remote brew
command execution
+ and much more.
+
+ Please try it out or
+ book a demo.
+
strap.sh
script"
-
- if session[:auth].present?
- login_step = "You authorized Strap on GitHub ✅"
- download_button_or_text = <<~HTML
-
- #{download_button_text}
-
- HTML
- view_link_text = "view it in your browser"
- else
- csrf = request.env["rack.session"]["csrf"]
- login_step = <<~HTML
-
- HTML
- download_button_or_text = download_button_text
- view_link_text = "view the uncustomised version in your browser"
- end
-
- @title = "👢 Strap"
- @text = <<~HTML
- To Strap your system:
- bash ~/Downloads/strap.sh
.
- bash ~/Downloads/strap.sh --debug
and
- #{debugging_text}.
- strap.sh
(it has a GitHub token
- in it) in Terminal.app with
- rm -f ~/Downloads/strap.sh
- brew install
.
- - Strap is a script to bootstrap a minimal macOS development system. - This does not assume you're doing Ruby/Rails/web development but installs the minimal set of software every macOS developer will want. -
- <%= @text %> -- If you like Strap, you'll love - - ☕️ Workbrew - . -
-
- In 2023 I started a company, Workbrew, to provide the missing features and support for companies using Homebrew.
-
- Workbrew is now available in private beta.
-
- It provides MDM integration, fleet configuration and remote brew
command execution.
-
- All our customers get hands-on bespoke support from the longest-running Homebrew maintainer (me,
- Mike McQuaid!).
-
- Please get in touch or
- book a demo.
-