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