added install stub and readme

This commit is contained in:
2012-05-06 12:24:31 -07:00
parent 064a074ddf
commit 39f1a06eb6
2 changed files with 26 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
dotfiles
===
Just a collection of my dotfiles. Having them up here is nice for setting up new machines, and maybe others will find them useful.
Installation
---
- git clone this repo
- run ./install.sh
Credits
---
All the people who made all the cool tools and configurations that I am using
Particular thanks to:
- [vim pathogen](https://github.com/tpope/vim-pathogen)
- [Bash magic](https://github.com/Knewton/bash_magic)

3
install.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo "not finished, check back later"