Fixing bootstrap for more seamless zim install-try2
This commit is contained in:
parent
779c0c3338
commit
42a5e6186f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue