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