From 497791641c4546a802680d90991544846f96d45d Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 3 Mar 2020 10:01:47 -0500 Subject: [PATCH] run emacsDoom last --- init.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/init.sh b/init.sh index 53d34f5..ff46aa8 100755 --- a/init.sh +++ b/init.sh @@ -19,9 +19,7 @@ mkdir ~/.ssh echo "Stowing Configs" stow tmux stow vim -#Defer until prezto.zsh completes? stow prezto -# stow config chmod 0700 ~/.ssh chmod -R 0600 ~/.ssh/* @@ -43,10 +41,6 @@ then (curl -sLf https://spacevim.org/install.sh | bash) fi -#install Emacs Doom -echo "Installing Emacs DOOM! (might take awhile)" -(zsh emacs_doom.zsh) - echo -n "Would you like to configure your git name and email? (y/n) => "; read answer if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then echo -n "What is your git user name => "; read name @@ -55,6 +49,10 @@ if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then git config --global user.email "$email" fi +#install Emacs Doom +echo "Installing Emacs DOOM! (might take awhile)" +(zsh emacs_doom.zsh) + echo "*******************************" echo "* Restart your terminal *" echo "*******************************"