My personal configuration files for macOS using bash
If git
is already installed:
git clone https://github.com/charlesdobson/dotfiles.git && cd dotfiles && source setup.sh
If git
is not installed:
- Download ZIP of repo
- Navigate to new
dotfiles
directory - Make
setup.sh
executable:
chmod +x setup.sh
- Run
setup.sh
:
./setup.sh