This repo holds my setup and configration files for my MacBook. I'm using dotbot for bootstrapping installation because it's nifty 😊
In the project root, there is a setup.sh
script which will automatically
install any system requirements run the installation.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tylerbodway/dotfiles/main/setup.sh)"
The installation script is meant to be idempotent, meaning you can run it on initial setup as well as any time you make a change to the configuration.
cd ~/.dotfiles
./install
Copyright © Tyler Bodway. Released under the MIT License. See LICENSE.md for details.