Fixing bootstrap for more seamless zim install-try3
This commit is contained in:
parent
9a6b3d6bad
commit
2659361a29
1 changed files with 2 additions and 1 deletions
|
@ -10,11 +10,12 @@ cd "$HOME"
|
||||||
echo "Install a few things:"
|
echo "Install a few things:"
|
||||||
mkdir "$HOME/bin"
|
mkdir "$HOME/bin"
|
||||||
echo "+ ZIM"
|
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
|
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
|
||||||
yadm checkout -- "$HOME/.zimrc"
|
yadm checkout -- "$HOME/.zimrc"
|
||||||
yadm checkout -- "$HOME/.zlogin"
|
yadm checkout -- "$HOME/.zlogin"
|
||||||
yadm checkout -- "$HOME/.zshrc"
|
yadm checkout -- "$HOME/.zshrc"
|
||||||
|
zimfw install
|
||||||
echo "+ TMux Plugin Manager"
|
echo "+ TMux Plugin Manager"
|
||||||
mkdir -p "$HOME/.tmux/plugins"
|
mkdir -p "$HOME/.tmux/plugins"
|
||||||
git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm"
|
git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm"
|
||||||
|
|
Loading…
Reference in a new issue