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
dotfilesdirectory - Make
setup.shexecutable:
chmod +x setup.sh
- Run
setup.sh:
./setup.sh