From f587641f59b25f812db86dce7a8cda0d8f396fc4 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 24 Jul 2019 21:31:26 -0400 Subject: [PATCH] Added a bootstrap-macos function --- .gitattributes | 1 + playbooks/bootstrap-macos | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100755 playbooks/bootstrap-macos diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/playbooks/bootstrap-macos b/playbooks/bootstrap-macos new file mode 100755 index 0000000..c3d1bf4 --- /dev/null +++ b/playbooks/bootstrap-macos @@ -0,0 +1,12 @@ +#!/bin/bash + +set -xe + +# no no no no I don't like it but… +/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + +brew install git cmake openssl tmux gpg + +sudo echo '/usr/local/bin/zsh' >> /etc/shells + +chsh -s /usr/local/bin/zsh