Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 536 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 536 Bytes

Basic Mac Setup

Based on https://github.com/thoughtbot/laptop

The basics

curl https://raw.githubusercontent.com/renuo/laptop.local/master/laptop.local > .laptop.local
# Manually install XCode from the app store (old: #xcode-select --install)
# Run XCode
sudo xcodebuild -license
bash <(curl -s https://raw.githubusercontent.com/thoughtbot/laptop/master/mac) 2>&1 | tee ~/laptop.log

Install MacVim

brew install macvim

Adjust .zshrc

https://github.com/renuo/laptop.local/blob/master/zsh_additions.sh