Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 783 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 783 Bytes

Dorian's Dotfiles

Originally based on the ThoughtBot base configuration but HEAVILY customized to my needs and ergonomics.

Feel free to "steal" anything you want, and if you have a question please open an issue.


Installation

Easy..

git clone [email protected]:dkarter/dotfiles.git

Make sure you have setup ruby, python2 and python3 (ideally with asdf) and run:

ruby setup.rb

FAQ

Q: Why are things named without a dot at the beginning? A: It makes it easier to include files in this repo if they are not named exactly how they would be when symlinked over (I symlink the files here to my home directory). e.g. if I want to include the global .gitignore in this repo it will override this repo's .gitignore.