diff options
author | Amin Bandali <me@aminb.org> | 2015-06-06 23:16:25 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-06 23:16:25 -0400 |
commit | 760226f5301e59d93699b8be5b5684b2c70019cb (patch) | |
tree | 9549317b021a9cb5188800c01af671e29f8adb67 | |
parent | ef452153fe0c5bf6816a7909cbea9235965ac8ff (diff) | |
download | configs-760226f5301e59d93699b8be5b5684b2c70019cb.tar.gz configs-760226f5301e59d93699b8be5b5684b2c70019cb.tar.xz configs-760226f5301e59d93699b8be5b5684b2c70019cb.zip |
simple script for setting up prelude
-rwxr-xr-x | other/emacs/setup.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |