106 lines
1.9 KiB
TOML
106 lines
1.9 KiB
TOML
shell = "zsh"
|
|
|
|
# own files
|
|
[plugins.disableflow]
|
|
inline = 'stty -ixon'
|
|
|
|
[plugins.localenv]
|
|
local = "~/.local/share/zsh/config"
|
|
use = ["env.zsh"]
|
|
|
|
[plugins.p10kconfig]
|
|
local = "~/.config/zsh/"
|
|
use = [".p10k.zsh"]
|
|
|
|
[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,transfer}/*.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.oath]
|
|
github = "alexdesousa/oath"
|
|
|
|
[plugins.exa]
|
|
github = "TwoPizza9621536/zsh-exa"
|
|
|
|
[plugins.bat]
|
|
github = "fdellwing/zsh-bat"
|
|
|
|
[plugins.youshoulduse]
|
|
github = "MichaelAquilina/zsh-you-should-use"
|
|
|
|
[plugins.autosuggestions]
|
|
github = "zsh-users/zsh-autosuggestions"
|
|
|
|
#[plugins.autocomplete]
|
|
#github = "marlonrichert/zsh-autocomplete"
|
|
|
|
[plugins.syntaxhighlighting]
|
|
github = "zsh-users/zsh-syntax-highlighting"
|
|
|
|
[plugins.asdf]
|
|
github = "asdf-vm/asdf"
|
|
|
|
[plugins.abbr]
|
|
github = "olets/zsh-abbr"
|
|
use = ["zsh-abbr.zsh"]
|
|
|
|
[plugins.sshcomp]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["sshcomp.zsh"]
|
|
|
|
# themes
|
|
#[plugins.powerlevel10k]
|
|
#github = "romkatv/powerlevel10k"
|
|
|
|
# evals
|
|
[plugins.evalstuff]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["evalstuff.zsh"]
|
|
|
|
[plugins.ownfiles]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["{aliases,functions,distroicon}.zsh"]
|
|
|
|
[plugins.bashcomps]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["bashcomps.zsh"]
|