From 78885445798b04c3c628fe692e9b7d01280c3571 Mon Sep 17 00:00:00 2001 From: Locojay Date: Thu, 19 May 2011 10:35:18 -0400 Subject: [PATCH] adding bootstrap --- bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 000000000..4885962bf --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,5 @@ +#getting submodules +git submodule init +git submodule update +f=$(pwd) +ln -Fs $f"/zshrc" ~/.zshrc