Added a bootstrap-macos function

This commit is contained in:
Anthony Cicchetti 2019-07-24 21:31:26 -04:00
parent 8767b03d00
commit f587641f59
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto

12
playbooks/bootstrap-macos Executable file
View file

@ -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