updated antidote config somewhat
This commit is contained in:
parent
7e33d7c962
commit
ba8cf2c09f
27 changed files with 361 additions and 178 deletions
|
@ -1,32 +1,48 @@
|
|||
shell = "zsh"
|
||||
|
||||
[templates]
|
||||
defer = "{% for file in files %}zsh-defer source \"{{ file }}\"\n{% endfor %}"
|
||||
defer-more = "{% for file in files %}zsh-defer -t 0.5 source \"{{ file }}\"\n{% endfor %}"
|
||||
defer = """{% for file in files %} zsh-defer source "{{ file }}" {% endfor %}"""
|
||||
defer-more = """{% for file in files %} zsh-defer -t 0.5 source "{{ file }}" {% endfor %}"""
|
||||
|
||||
# own files
|
||||
[plugins.localenv]
|
||||
local = "~/.local/share/zsh/"
|
||||
use = ["env.zsh"]
|
||||
|
||||
[plugins.zsh-defer]
|
||||
github = "romkatv/zsh-defer"
|
||||
[plugins.p10kconfig]
|
||||
local = "~/.config/zsh/"
|
||||
use = [".p10k.zsh"]
|
||||
|
||||
[plugins.compinit]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["compinit.zsh"]
|
||||
|
||||
# completions
|
||||
[plugins.zsh-completions]
|
||||
[plugins.completions]
|
||||
github = "zsh-users/zsh-completions"
|
||||
|
||||
# lscolors
|
||||
[plugins.lscolors]
|
||||
github = "trapd00r/LS_COLORS"
|
||||
|
||||
# plugins
|
||||
[plugins.ohmyzsh-lib]
|
||||
[plugins.zshdefer]
|
||||
github = "romkatv/zsh-defer"
|
||||
|
||||
[plugins.omzlib]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "lib"
|
||||
use = ["{completion,key-bindings,history,directories}.zsh"]
|
||||
|
||||
[plugins.ohmyzsh-plugins]
|
||||
[plugins.omzplugins]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "plugins"
|
||||
use = ["{systemd,fzf,command-not-found}/*.plugin.zsh"]
|
||||
use = ["{systemd,fzf,command-not-found,transfer}/*.plugin.zsh"]
|
||||
|
||||
[plugins.fzf-tab]
|
||||
[plugins.fzftab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
|
||||
[plugins.fzf-marks]
|
||||
[plugins.fzfmarks]
|
||||
github = "urbainvaes/fzf-marks"
|
||||
|
||||
[plugins.evalcache]
|
||||
|
@ -35,42 +51,66 @@ github = "mroth/evalcache"
|
|||
[plugins.colorize]
|
||||
github = "zpm-zsh/colorize"
|
||||
|
||||
[plugins.ssh]
|
||||
github = "zpm-zsh/ssh"
|
||||
|
||||
[plugins.wakatime-zsh-plugin]
|
||||
[plugins.wakatime]
|
||||
github = "sobolevn/wakatime-zsh-plugin"
|
||||
|
||||
[plugins.zsh-titles]
|
||||
[plugins.titles]
|
||||
github = "amyreese/zsh-titles"
|
||||
|
||||
[plugins.zsh-thefuck]
|
||||
[plugins.thefuck]
|
||||
github = "laggardkernel/zsh-thefuck"
|
||||
|
||||
[plugins.oath]
|
||||
github = "alexdesousa/oath"
|
||||
|
||||
[plugins.zsh-exa]
|
||||
[plugins.exa]
|
||||
github = "TwoPizza9621536/zsh-exa"
|
||||
|
||||
[plugins.zsh-bat]
|
||||
[plugins.bat]
|
||||
github = "fdellwing/zsh-bat"
|
||||
|
||||
[plugins.zsh-you-should-use]
|
||||
[plugins.youshoulduse]
|
||||
github = "MichaelAquilina/zsh-you-should-use"
|
||||
|
||||
[plugins.zsh-autosuggestions]
|
||||
[plugins.autosuggestions]
|
||||
github = "zsh-users/zsh-autosuggestions"
|
||||
use = ["{{ name }}.zsh"]
|
||||
|
||||
[plugins.zsh-syntax-highlighting]
|
||||
[plugins.emoji-cli]
|
||||
github = "b4b4r07/emoji-cli"
|
||||
|
||||
#[plugins.autocomplete]
|
||||
#github = "marlonrichert/zsh-autocomplete"
|
||||
|
||||
[plugins.syntaxhighlighting]
|
||||
github = "zsh-users/zsh-syntax-highlighting"
|
||||
|
||||
# theme
|
||||
[plugins.powerlevel10k]
|
||||
github = "romkatv/powerlevel10k"
|
||||
[plugins.asdf]
|
||||
github = "asdf-vm/asdf"
|
||||
|
||||
# own files
|
||||
[plugins.own-files]
|
||||
local = "~/.config/zsh/"
|
||||
use = ["{aliases,keybinds,distroicon,transfer}.zsh"]
|
||||
[plugins.hoco]
|
||||
github = "Felixoid/zsh-hoco"
|
||||
|
||||
[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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue