armakuni / macos-setup

Useful application and utility installer for MacOS
MIT License
3 stars 7 forks source link

AK MacOS Setup

This repo contains a script that will install useful applications and utilities on MacOS.

What will be installed?

How do I run it?

If you have git installed already
git clone git@github.com:armakuni/macos-setup.git
make install-packages
If you haven't got git installed already

Download the zip file: https://github.com/armakuni/macos-setup/archive/master.zip

unzip -d ~/Downloads/ ~/Downloads/macos-setup-master.zip
make install-packages

For a fully featured setup...

The below command will install all the default software to get you dev environment setup, but also includes configuration for vim, enables git-duet, and gnupg.

make setup