simple script for setting up prelude
authorAmin Bandali <me@aminb.org>
Sun, 7 Jun 2015 03:16:25 +0000 (23:16 -0400)
committerAmin Bandali <me@aminb.org>
Sun, 7 Jun 2015 03:16:25 +0000 (23:16 -0400)
other/emacs/setup.sh [new file with mode: 0755]

diff --git a/other/emacs/setup.sh b/other/emacs/setup.sh
new file mode 100755 (executable)
index 0000000..04f8bcf
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+# clone my prelude fork
+export PRELUDE_URL="https://github.com/aminb/prelude.git" && \
+    curl -L https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh
+cd $HOME/.emacs.d
+git remote set-url origin git@github.com:aminb/prelude.git