dotfiles/zsh/helpers/import-plugins.zsh

27 lines
636 B
Bash
Raw Normal View History

2022-03-13 23:43:08 +01:00
# Syntax highlighting for commands
antigen bundle zsh-users/zsh-syntax-highlighting
# Make and cd into nested directories
antigen bundle caarlos0/zsh-mkc
# Extra zsh completions
antigen bundle zsh-users/zsh-completions
# Auto suggestions from history
antigen bundle zsh-users/zsh-autosuggestions
# Pretty directory listings with git support
antigen bundle supercrabtree/k
# Quickly jump into fequently used directories
# antigen bundle autojump
# Syntax highlighting for cat
antigen bundle colorize
# Tons of helper functions for git repos
antigen bundle unixorn/git-extra-commands
# Tell antigen that you're done
antigen apply