72 lines
1.4 KiB
TOML
72 lines
1.4 KiB
TOML
shell = "zsh"
|
|
|
|
# own files
|
|
[plugins.compinit]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["compinit.zsh"]
|
|
|
|
# completions
|
|
[plugins.completions]
|
|
github = "zsh-users/zsh-completions"
|
|
|
|
# lscolors
|
|
[plugins.lscolors]
|
|
github = "trapd00r/LS_COLORS"
|
|
|
|
# plugins
|
|
[plugins.omzlib]
|
|
github = "ohmyzsh/ohmyzsh"
|
|
dir = "lib"
|
|
use = ["{completion,key-bindings,history,directories}.zsh"]
|
|
|
|
[plugins.omzplugins]
|
|
github = "ohmyzsh/ohmyzsh"
|
|
dir = "plugins"
|
|
use = ["{systemd,fzf,command-not-found}/*.plugin.zsh"]
|
|
|
|
[plugins.fzftab]
|
|
github = "Aloxaf/fzf-tab"
|
|
|
|
[plugins.fzfmarks]
|
|
github = "urbainvaes/fzf-marks"
|
|
|
|
[plugins.evalcache]
|
|
github = "mroth/evalcache"
|
|
|
|
[plugins.colorize]
|
|
github = "zpm-zsh/colorize"
|
|
|
|
[plugins.wakatime]
|
|
github = "sobolevn/wakatime-zsh-plugin"
|
|
|
|
[plugins.titles]
|
|
github = "amyreese/zsh-titles"
|
|
|
|
[plugins.thefuck]
|
|
github = "laggardkernel/zsh-thefuck"
|
|
|
|
[plugins.eza]
|
|
github = "twopizza9621536/zsh-eza"
|
|
|
|
[plugins.bat]
|
|
github = "fdellwing/zsh-bat"
|
|
|
|
[plugins.youshoulduse]
|
|
github = "MichaelAquilina/zsh-you-should-use"
|
|
|
|
[plugins.asdf]
|
|
github = "asdf-vm/asdf"
|
|
|
|
[plugins.abbr]
|
|
github = "olets/zsh-abbr"
|
|
use = ["zsh-abbr.zsh"]
|
|
|
|
[plugins.autosuggestions]
|
|
github = "zsh-users/zsh-autosuggestions"
|
|
|
|
[plugins.syntaxhighlighting]
|
|
github = "zsh-users/zsh-syntax-highlighting"
|
|
|
|
[plugins.ownconfigs]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["{bashcomps,evalstuff,options,sshcomp,aliases,functions,distroicon}.zsh"]
|