projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ef45215
)
simple script for setting up prelude
author
Amin Bandali
<me@aminb.org>
Sun, 7 Jun 2015 03:16:25 +0000
(23:16 -0400)
committer
Amin Bandali
<me@aminb.org>
Sun, 7 Jun 2015 03:16:25 +0000
(23:16 -0400)
other/emacs/setup.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/other/emacs/setup.sh
b/other/emacs/setup.sh
new file mode 100755
(executable)
index 0000000..
04f8bcf
--- /dev/null
+++ b/
other/emacs/setup.sh
@@ -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