My personal configuration files for macOS using bash
If git is already installed:
git clone https://github.com/marcosfermin/dotfiles.git && cd dotfiles && chmod +x setup.sh && ./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