Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicholasgriffintn/machine-setup

Scripts to run that setup my new macbooks
https://github.com/nicholasgriffintn/machine-setup

Last synced: about 1 month ago
JSON representation

Scripts to run that setup my new macbooks

Awesome Lists containing this project

README

        

# 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".