mention the transition to personal as a submodule
This commit is contained in:
parent
4deb718c8f
commit
72f073feaa
2 changed files with 9 additions and 2 deletions
utils
|
@ -20,9 +20,11 @@ then
|
|||
mv ~/.emacs ~/.emacs.pre-prelude
|
||||
fi
|
||||
|
||||
|
||||
echo -n "Cloning Emacs Prelude from GitHub... "
|
||||
/usr/bin/env git clone $PRELUDE_URL $PRELUDE_INSTALL_DIR > /dev/null
|
||||
cd $PRELUDE_INSTALL_DIR
|
||||
/usr/bin/env git submodule init
|
||||
/usr/bin/env git submodule update
|
||||
echo "done."
|
||||
|
||||
echo ' _____ ____ _ _ '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue