nicholasgriffintn / machine-setup

Scripts to run that setup my new macbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Setup

A simple set of scripts to install commonly used dependencies on my machines, this is particularly useful when I get a new MacBook or I reinstall Mac OS from fresh, which I do a lot.

To get started run this command from the cloned folder of this repo:

sh ./setup.sh

And that should install all of the dependencies automatically.

Disabling Installs

Sometimes I don't want to install the mac apps, to do this, set these environments variable SKIP_MAC_INSTALLS to true

Also configure Git

To also configure git, set the environment variable CONFIGURE_GIT to "true".

About

Scripts to run that setup my new macbooks


Languages

Language:Shell 85.5%Language:Ruby 14.5%