Added a bootstrap-macos function
This commit is contained in:
parent
8767b03d00
commit
f587641f59
2 changed files with 13 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* text=auto
|
12
playbooks/bootstrap-macos
Executable file
12
playbooks/bootstrap-macos
Executable 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
|
Loading…
Add table
Reference in a new issue