Source for dotfiles.github.io, your unofficial guide to doing dotfiles on GitHub.
This branch contains the compiled web site. You're probably looking for the source branch. To get set up, fork this repository and clone the project:
git clone https://github.com/<username>/dotfiles.github.com
Check out the "source" branch:
git fetch
git checkout -b your-topic-branch source
Install project dependencies and prepare the output folder:
script/bootstrap
More can be found in the README.md on that branch.
Copyright (c) Wynn Netherland and Adam Jahnke. See LICENSE for details.