/dotfiles

Primary LanguageShell

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 :)