MacOS Development Setup Environment - OSX, ZSH, Homebrew, Vim, Neovim, asdf
A modular approach to setting up your Macbook for development.
This repo builds on the awesome work from Donne Martin and Thoughtbot.
Compatible dotfiles can be found at https://github.com/aaronmak/dotfiles.
- ZSH [
zsh
] - Homebrew (Includes some helpful binaries and defaults) [
brew
] - Git config [
git
] - OSX config [
osx
] - Applications [
brew-apps
] - Neovim [
nvim
] - ASDF (version manager for multiple languages) [
asdf
] - Dockutil (To edit MacOS Dock) [
arrange-dock
]
Run the following and select the modules you would like to install.
./install.sh osxprep zsh brew nvim asdf brew-apps git osx arrange-dock
Alternatively, use all
to install all modules.
./install.sh all