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