From 760226f5301e59d93699b8be5b5684b2c70019cb Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 6 Jun 2015 23:16:25 -0400 Subject: [PATCH] simple script for setting up prelude --- other/emacs/setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 other/emacs/setup.sh diff --git a/other/emacs/setup.sh b/other/emacs/setup.sh new file mode 100755 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 -- 2.20.1