-
Merge pull request #56 from mikemcquaid/strap-always-install-clt
mikemcquaid committedAlways install the Xcode CLT.
-
mikemcquaid committed
Even if Xcode is installed. Also, check for the presence of a header they install to double-check that they are definitely installed correctly (as it seems OS X updates could mess up with the previous check) and fall back to `xcode-select --install` when needed.
-
Merge pull request #55 from mikemcquaid/before-install-item
mikemcquaid committedAdd STRAP_BEFORE_INSTALL variable.
-
Add STRAP_BEFORE_INSTALL variable.
mikemcquaid committedAllow customizing instructions for users to follow before installing Strap.
-
Merge pull request #54 from isamuelson/master
mikemcquaid committedRead homebrew-brewfile/Brewfile from API
-
Merge pull request #53 from mikemcquaid/no-finish-install
mikemcquaid committedDon't recommend brew/cask install.
-
Don't recommend brew/cask install.
mikemcquaid committedIt's sometimes confusing for users as they think they have to do something when they actually don't.
-
Merge pull request #50 from mikemcquaid/pf-firewall-load
mikemcquaid committedEnsure pf rules (and firewall) are loaded.
-
Ensure pf rules (and firewall) are loaded.
mikemcquaid committedWait for the network connections to come up to avoid the `DIOCADDRULE` error and manually start up the firewall.
-
mikemcquaid committed
-
mikemcquaid committed
-
Merge pull request #48 from blackjid/brewfile-stdin-no-cat
mikemcquaid committedCherry pick brewfile with stdin and remove cat pipe
-
strap.sh: pass Brewfile over STDIN
mikemcquaid committed with blackjidDon't need an extra file for this.
-
Merge pull request #47 from mikemcquaid/revert-46-brewfile-stdin
mikemcquaid committedRevert "strap.sh: pass Brewfile over STDIN"
-
Merge pull request #46 from mikemcquaid/brewfile-stdin
mikemcquaid committedstrap.sh: pass Brewfile over STDIN
-
Merge pull request #45 from mikemcquaid/simplify-bundle-cask
mikemcquaid committedstrap.sh: remove bundle/cask installs.
-
strap.sh: remove bundle/cask installs.
mikemcquaid committedThey are autoinstalled by Homebrew now so these lines are no longer needed.
-
Merge pull request #44 from blackjid/reset-github-credentials
mikemcquaid committedreset github keychain credentials if they changed
-
mikemcquaid committed
Unfortunately `sudo -v` does not work as documented and doesn't update the timestamp if it's in an already-running `sudo` session. Closes #41.
-
Merge pull request #39 from mislav/patch-1
mikemcquaid committedSquelch git 2.x warning message on `git push`
-
Merge pull request #38 from mikemcquaid/pf-enabled
mikemcquaid committedMake pf launchd service be always loaded, enabled.
-
Make pf launchd service be always loaded, enabled.
mikemcquaid committedIf the user has disabled this for whatever reason then this will ensure it's enabled again.
-
mikemcquaid committed