Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 712 Bytes

README.org

File metadata and controls

21 lines (13 loc) · 712 Bytes

MacOS automation + dotfiles

This repository contain scripts to automate MacOS installation of some default packages, some system settings and dotfiles.

There’s no need to install or configure anything upfront! :)

The script is idempotent, so you can run many times you want.

Inspired by https://github.com/atomantic/dotfiles.

Installation

After cloning, edit install.sh to add a hostname and make some configurations. Also edit Brewfile and specify which brew / cask packages you want to install.

cd ~/.dotfiles
./install.sh

That’s all :)