diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 2fdaaa0..8d6de06 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -95,6 +95,10 @@ link "$HOME" ".gitconfig" "$DOTFILES_HOME/.gitconfig" # Configure .zshrc link "$HOME" ".zshrc" "$DOTFILES_HOME/.zshrc" +# zsh plugins +clone_or_update_git_repo $HOME/.oh-my-zsh/custom/plugins/zsh-completions https://github.com/zsh-users/zsh-completions + +# Tmux plugins clone_or_update_git_repo $HOME/.tmux/plugins/tpm https://github.com/tmux-plugins/tpm.git clone_or_update_git_repo $HOME/.tmux/plugins/tmux-sensible https://github.com/tmux-plugins/tmux-sensible.git clone_or_update_git_repo $HOME/.tmux/plugins/tmux-resurrect https://github.com/tmux-plugins/tmux-resurrect.git