feat(modules/default.nix): Add gitignore
, git-commit
and universalarchive
plugins
This commit is contained in:
parent
8c163b6814
commit
ef89e9b8f6
1 changed files with 13 additions and 0 deletions
|
@ -51,13 +51,26 @@ in {
|
|||
antidote = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
#######
|
||||
# OMZ #
|
||||
#######
|
||||
|
||||
"getantidote/use-omz" # Handle OMZ dependencies
|
||||
# Load lib only if things break
|
||||
# "ohmyzsh/ohmyzsh path:lib" # Load OMZ's library
|
||||
|
||||
"ohmyzsh/ohmyzsh path:plugins/colored-man-pages" # Load OMZ plugins
|
||||
# "ohmyzsh/ohmyzsh path:plugins/magic-enter"
|
||||
"ohmyzsh/ohmyzsh path:plugins/command-not-found" # Provide suggested packages to be installed if a command cannot be found
|
||||
"ohmyzsh/ohmyzsh path:plugins/dirhistory kind:defer" # shortcuts for navigating directory history and hierarchy
|
||||
"ohmyzsh/ohmyzsh path:plugins/universalarchive kind:defer"
|
||||
|
||||
"ohmyzsh/ohmyzsh path:plugins/gitignore kind:defer"
|
||||
"ohmyzsh/ohmyzsh path:plugins/git-commit kind:defer"
|
||||
|
||||
#########
|
||||
# OMZ ^ #
|
||||
#########
|
||||
|
||||
"romkatv/powerlevel10k kind:fpath" # A Zsh theme
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue