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"
|
echo "Stowing Configs"
|
||||||
stow tmux
|
stow tmux
|
||||||
stow vim
|
stow vim
|
||||||
#Defer until prezto.zsh completes?
|
|
||||||
stow prezto
|
stow prezto
|
||||||
#
|
|
||||||
stow config
|
stow config
|
||||||
chmod 0700 ~/.ssh
|
chmod 0700 ~/.ssh
|
||||||
chmod -R 0600 ~/.ssh/*
|
chmod -R 0600 ~/.ssh/*
|
||||||
|
@ -43,10 +41,6 @@ then
|
||||||
(curl -sLf https://spacevim.org/install.sh | bash)
|
(curl -sLf https://spacevim.org/install.sh | bash)
|
||||||
fi
|
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
|
echo -n "Would you like to configure your git name and email? (y/n) => "; read answer
|
||||||
if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then
|
if [[ $answer = "Y" ]] || [[ $answer = "y" ]]; then
|
||||||
echo -n "What is your git user name => "; read name
|
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"
|
git config --global user.email "$email"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#install Emacs Doom
|
||||||
|
echo "Installing Emacs DOOM! (might take awhile)"
|
||||||
|
(zsh emacs_doom.zsh)
|
||||||
|
|
||||||
echo "*******************************"
|
echo "*******************************"
|
||||||
echo "* Restart your terminal *"
|
echo "* Restart your terminal *"
|
||||||
echo "*******************************"
|
echo "*******************************"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue