replaced whoami with $HOME, merged spacemacs into init.sh
This commit is contained in:
parent
5119ab608d
commit
ce502e3448
1 changed files with 4 additions and 2 deletions
6
init.sh
6
init.sh
|
@ -11,7 +11,7 @@ stow emacs
|
||||||
stow prezto
|
stow prezto
|
||||||
stow ssh
|
stow ssh
|
||||||
chmod -R 0600 ~/.ssh/*
|
chmod -R 0600 ~/.ssh/*
|
||||||
ln -s /home/`whoami`/stevset/mc ~/.config/mc
|
ln -s "$HOME/stevset/mc" ~/.config/mc
|
||||||
|
|
||||||
#setup prezto
|
#setup prezto
|
||||||
echo "Initializing Prezto"
|
echo "Initializing Prezto"
|
||||||
|
@ -37,7 +37,9 @@ fi
|
||||||
echo "Installing Spacemacs!"
|
echo "Installing Spacemacs!"
|
||||||
if [ ! -d ~/.emacs.d ]
|
if [ ! -d ~/.emacs.d ]
|
||||||
then
|
then
|
||||||
./spacemacs.zsh
|
ln -s "$HOME/stevset/.spacemacs" "$HOME/.spacemacs"
|
||||||
|
git clone https://github.com/syl20bnr/spacemacs "$HOME/.emacs.d"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue