-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdot_antigenrc
More file actions
30 lines (25 loc) · 1.18 KB
/
dot_antigenrc
File metadata and controls
30 lines (25 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Awesome Zsh Plugins: https://github.com/unixorn/awesome-zsh-plugins
# Antigen: https://github.com/zsh-users/antigen
# Oh My Zsh: https://github.com/ohmyzsh/ohmyzsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git # git shell completions
antigen bundle pip # pip shell completions and aliases
antigen bundle command-not-found
antigen bundle safe-paste # prevent any commands from running when pasted
antigen bundle thefuck # double press ESC to trigger thefuck
antigen bundle dirhistory # keyboard shortcuts to navigate directories
antigen bundle cp # adds cpv command (aka cp with progress bar aka rsync)
antigen bundle zoxide # smarter cd command
antigen bundle colored-man-pages # man pages with color
# Additional bundles
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle supercrabtree/k # fancy ls command
antigen bundle MichaelAquilina/zsh-you-should-use # reminds about alias for command you just ran
# Load the theme.
antigen theme romkatv/powerlevel10k
# Tell Antigen that you're done.
antigen apply