Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 399 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 399 Bytes

dotfiles

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:

  1. Download ZIP of repo
  2. Navigate to new dotfiles directory
  3. Make setup.sh executable:
chmod +x setup.sh
  1. Run setup.sh:
./setup.sh