added install stub and readme
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
3
install.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "not finished, check back later"
|
||||
Reference in New Issue
Block a user