dot-files is a collection of configuration files with which I customize my software development environment on OS X and Linux.
Navigate to the directory in which you would like to clone this repository:
$ cd /usr/local/opt
Clone this repository:
$ git clone https://github.com/rdodson41/dot-files.git
Navigate to the local copy of this repository:
$ cd dot-files
Use make install to install configuration files to your home directory:
$ make install
Use make update to update the local copy of this repository and install updated configuration files to your home directory:
$ make update
Navigate to the local copy of this repository:
$ cd /usr/local/opt/dot-files
Use make uninstall to uninstall configuration files from your home directory:
$ make uninstall
