Allows alternate install locations, and repos

This commit is contained in:
Brian Corrigan 2012-06-08 11:56:15 -07:00
parent 86b0ac01b7
commit c0319652b7
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,5 @@
PRELUDE_INSTALL_DIR="$HOME/.emacs.d"
PRELUDE_URL=https://github.com/bbatsov/prelude.git
[ -z "$PRELUDE_INSTALL_DIR" ] && PRELUDE_INSTALL_DIR="$HOME/.emacs.d"
[ -z "$PRELUDE_URL" ] && PRELUDE_URL=https://github.com/bbatsov/prelude.git
if [ -d $PRELUDE_INSTALL_DIR/prelude ]
then