Fixing bootstrap for more seamless zim install-try2

This commit is contained in:
Eric Renfro 2020-11-12 23:41:47 -05:00
parent 779c0c3338
commit 42a5e6186f
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd "$HOME"
echo "Install a few things:"
mkdir "$HOME/bin"
echo "+ ZIM"
rm -f "$HOME/.zimrc $HOME/.zsh*"
rm -f "$HOME/.zimrc $HOME/.zlogin $HOME/.zshenv $HOME/.zshrc"
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
yadm checkout -- "$HOME/.zimrc"
yadm checkout -- "$HOME/.zlogin"