This repo is a collection of dotfiles, scripts and other configuration files I use to setup on a new mac. It is a work in progress and I try to keep it up to date as I change my setup.
The Makefile
is meant to act as a task runner to setup the environment. The targets are documented and can be run with make <target>
.
To get a list of all available targets and their descriptions:
make help
To run all targets and attempt a fully automatic setup.
make all