Fixing bootstrap for more seamless zim install-try3

This commit is contained in:
Eric Renfro 2020-11-12 23:48:33 -05:00
parent 9a6b3d6bad
commit 2659361a29
1 changed files with 2 additions and 1 deletions

View File

@ -10,11 +10,12 @@ cd "$HOME"
echo "Install a few things:"
mkdir "$HOME/bin"
echo "+ ZIM"
rm -f "$HOME/.zimrc $HOME/.zlogin $HOME/.zshenv $HOME/.zshrc"
rm -f ".zimrc" ".zlogin" ".zshenv" ".zshrc"
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
yadm checkout -- "$HOME/.zimrc"
yadm checkout -- "$HOME/.zlogin"
yadm checkout -- "$HOME/.zshrc"
zimfw install
echo "+ TMux Plugin Manager"
mkdir -p "$HOME/.tmux/plugins"
git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm"