Skip to content
Commits on Mar 15, 2016
  1. Merge pull request #56 from mikemcquaid/strap-always-install-clt

    committed
    Always install the Xcode CLT.
  2. Always install the Xcode CLT.

    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.
Commits on Mar 10, 2016
  1. Merge pull request #55 from mikemcquaid/before-install-item

    committed
    Add STRAP_BEFORE_INSTALL variable.
  2. Add STRAP_BEFORE_INSTALL variable.

    committed
    Allow customizing instructions for users to follow before installing
    Strap.
  3. Merge pull request #54 from isamuelson/master

    committed
    Read homebrew-brewfile/Brewfile from API
Commits on Feb 16, 2016
  1. Merge pull request #53 from mikemcquaid/no-finish-install

    committed
    Don't recommend brew/cask install.
  2. Don't recommend brew/cask install.

    committed
    It's sometimes confusing for users as they think they have to do
    something when they actually don't.
Commits on Jan 25, 2016
  1. Merge pull request #50 from mikemcquaid/pf-firewall-load

    committed
    Ensure pf rules (and firewall) are loaded.
  2. Ensure pf rules (and firewall) are loaded.

    committed
    Wait for the network connections to come up to avoid the `DIOCADDRULE`
    error and manually start up the firewall.
Commits on Jan 17, 2016
  1. Merge pull request #49 from mikemcquaid/fix-warnings

    committed
    Fix warnings
  2. Fix shellcheck warnings.

    committed
  3. Add additional comments.

    committed
  4. Merge pull request #48 from blackjid/brewfile-stdin-no-cat

    committed
    Cherry pick brewfile with stdin and remove cat pipe
  5. @blackjid

    strap.sh: pass Brewfile over STDIN

    committed with blackjid
    Don't need an extra file for this.
Commits on Jan 16, 2016
  1. Merge pull request #47 from mikemcquaid/revert-46-brewfile-stdin

    committed
    Revert "strap.sh: pass Brewfile over STDIN"
Commits on Jan 15, 2016
Commits on Jan 11, 2016
  1. Merge pull request #46 from mikemcquaid/brewfile-stdin

    committed
    strap.sh: pass Brewfile over STDIN
  2. strap.sh: pass Brewfile over STDIN

    committed
    Don't need an extra file for this.
  3. Merge pull request #45 from mikemcquaid/simplify-bundle-cask

    committed
    strap.sh: remove bundle/cask installs.
  4. strap.sh: remove bundle/cask installs.

    committed
    They are autoinstalled by Homebrew now so these lines are no longer needed.
Commits on Dec 22, 2015
  1. Merge pull request #44 from blackjid/reset-github-credentials

    committed
    reset github keychain credentials if they changed
Commits on Dec 9, 2015
  1. Merge pull request #43 from mikemcquaid/set-github-user

    committed
    Set GitHub user.
  2. Set GitHub user.

    committed
    This is the consistent place used by various projects.
Commits on Dec 7, 2015
  1. Merge pull request #42 from mikemcquaid/fix-sudo-wait

    committed
    Fix sudo-wait.
  2. Fix sudo-wait.

    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.
Commits on Nov 30, 2015
  1. Merge pull request #39 from mislav/patch-1

    committed
    Squelch git 2.x warning message on `git push`
Commits on Nov 23, 2015
  1. Merge pull request #38 from mikemcquaid/pf-enabled

    committed
    Make pf launchd service be always loaded, enabled.
  2. Make pf launchd service be always loaded, enabled.

    committed
    If the user has disabled this for whatever reason then this will ensure it's enabled again.
Commits on Nov 20, 2015
  1. Merge pull request #37 from lukehefson/patch-1

    committed
    A couple of typos πŸ˜†
Commits on Nov 11, 2015
  1. Merge pull request #36 from mikemcquaid/various-fixes

    committed
    Various fixes
  2. Add CI build script

    committed
Something went wrong with that request. Please try again.