From 39f1a06eb6aa03ee10460ccb71102cf1c8f2e592 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Sun, 6 May 2012 12:24:31 -0700 Subject: [PATCH] added install stub and readme --- README.md | 23 +++++++++++++++++++++++ install.sh | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 README.md create mode 100644 install.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f23df8 --- /dev/null +++ b/README.md @@ -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) + diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..5502059 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "not finished, check back later"