Fixing bootstrap for more seamless zim install

This commit is contained in:
Eric Renfro 2020-11-12 23:38:18 -05:00
parent 0d95aa141d
commit 779c0c3338
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 4 additions and 0 deletions

View File

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