run emacsDoom last
This commit is contained in:
parent
4f4398c32b
commit
497791641c
1 changed files with 4 additions and 6 deletions
10
init.sh
10
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 "*******************************"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue