My macOS development setup... dotfiles, config, preferences, apps. Everything 🐙
I always configure a new machine by:
- configure up SSH and Github
- open the Terminal and install developer tools required for git by running
git -v
- clone this repository:
mkdir git && cd git && git clone [email protected]:skovhus/setup.git && cd setup
- run the install script:
bash install.sh
(if it fails, follow the intructions and run it again) - ☕️
- follow the last manual setup instructions printed after running
install.sh
- verify and fix any brew issues:
brew doctor
- restart
Bit and pieces stolen from