Browse Source

Adding zsh-completions to the bootstrap

master
Drew Short 5 years ago
parent
commit
28ccfbfe59
  1. 4
      scripts/bootstrap.sh

4
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

Loading…
Cancel
Save