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
dotfiles
directory - Make
setup.sh
executable:
chmod +x setup.sh
- Run
setup.sh
:
./setup.sh