2022-03-16 00:37:54 +01:00
|
|
|
#!/usr/bin/env zsh
|
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
|
|
|
|
|
2022-03-16 00:37:54 +01:00
|
|
|
# Quickly jump into frequently used directories
|
|
|
|
antigen bundle agkozak/zsh-z
|
|
|
|
|
2022-03-13 23:43:08 +01:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Tell antigen that you're done
|
|
|
|
antigen apply
|