dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-01-07 00:47:44 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-01-07 00:54:19 +0000 +0000
Commit: 90601acfcd44d89d6a817665d5bbe37f2e5e296b
Parent: f04f32e0863049cab6780a7f5eeda963f27cf231


Make this repo for dotfiles (so we can rsync it)
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000000000000000000000000000000000000..f487a961906ed0a76de039fd3d896a1e11c48497
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1 @@
+. ~/.rc
diff --git a/Makefile b/Makefile
deleted file mode 100644
index a64e61ae9e96b6b149652ed311d3c506f19dbed4..0000000000000000000000000000000000000000
--- a/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-DESTDIR=$(HOME)
-
-oh-my-zsh:
-	test -d $(DESTDIR)/.oh-my-zsh || git clone git://github.com/robbyrussell/oh-my-zsh.git $(DESTDIR)/.oh-my-zsh
-
-git-env:
-	test -d $(DESTDIR)/.env || git clone https://github.com/kylef/env.git $(DESTDIR)/.env
-
-zsh: oh-my-zsh git-env
-	install $(DESTDIR)/.env/template $(DESTDIR)/.zshrc
-
-git-vim:
-	test -d $(DESTDIR)/.vim || git clone --recursive https://github.com/kylef/dotvim.git $(DESTDIR)/.vim
-	mkdir -p $(DESTDIR)/.vim/autoload
-	test -h $(DESTDIR)/.vim/autoload/pathogen.vim || ln -s $(DESTDIR)/.vim/bundle/pathogen/autoload/pathogen.vim $(DESTDIR)/.vim/autoload/pathogen.vim
-
-vim: git-vim
-	install $(DESTDIR)/.vim/templates/vimrc $(DESTDIR)/.vimrc
-	install $(DESTDIR)/.vim/templates/gvimrc  $(DESTDIR)/.gvimrc
-
-git-ssh:
-	test -d $(DESTDIR)/.ssh || git clone https://github.com/kylef/dotssh.git $(DESTDIR)/.ssh
-
-all: zsh vim
diff --git a/rc b/.rc
rename from rc
rename to .rc
diff --git a/template b/template
deleted file mode 100644
index 7782073b02a85e346021b68b0815645816c630e5..0000000000000000000000000000000000000000
--- a/template
+++ /dev/null
@@ -1 +0,0 @@
-. ~/.env/rc