Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 503 Bytes

Overview

In this repository I keep all of my config files for vim, mercurial, and other programs I use. I also have some cheat sheets and other miscellaneous files that I use during development.

The installation script was inspired by (and mostly copied from) https://github.com/hashrocket/dotmatrix.

Installation Instructions

In a terminal run the following commands in your home directory: ```sh git clone https://github.com/lemonade512/DotFiles.git cd DotFiles bin/install.sh ```