Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 911 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 911 Bytes

mac-setup

MacOS Development Setup Environment - OSX, ZSH, Homebrew, Vim, Neovim, asdf

Motivation

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.

Installation

  • 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