updated antidote to newest state
This commit is contained in:
parent
6d40f3fa63
commit
f7cb8e5949
20 changed files with 343 additions and 269 deletions
|
@ -1,12 +1,11 @@
|
|||
shell = "zsh"
|
||||
|
||||
[templates]
|
||||
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.disableflow]
|
||||
inline = 'stty -ixon'
|
||||
|
||||
[plugins.localenv]
|
||||
local = "~/.local/share/zsh/"
|
||||
local = "~/.local/share/zsh/config"
|
||||
use = ["env.zsh"]
|
||||
|
||||
[plugins.p10kconfig]
|
||||
|
@ -26,9 +25,6 @@ github = "zsh-users/zsh-completions"
|
|||
github = "trapd00r/LS_COLORS"
|
||||
|
||||
# plugins
|
||||
[plugins.zshdefer]
|
||||
github = "romkatv/zsh-defer"
|
||||
|
||||
[plugins.omzlib]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "lib"
|
||||
|
@ -64,7 +60,7 @@ github = "laggardkernel/zsh-thefuck"
|
|||
github = "alexdesousa/oath"
|
||||
|
||||
[plugins.exa]
|
||||
github = "TwoPizza9621536/zsh-exa"
|
||||
github = "twopizza9621536/zsh-eza"
|
||||
|
||||
[plugins.bat]
|
||||
github = "fdellwing/zsh-bat"
|
||||
|
@ -75,9 +71,6 @@ github = "MichaelAquilina/zsh-you-should-use"
|
|||
[plugins.autosuggestions]
|
||||
github = "zsh-users/zsh-autosuggestions"
|
||||
|
||||
[plugins.emoji-cli]
|
||||
github = "b4b4r07/emoji-cli"
|
||||
|
||||
#[plugins.autocomplete]
|
||||
#github = "marlonrichert/zsh-autocomplete"
|
||||
|
||||
|
@ -87,9 +80,6 @@ github = "zsh-users/zsh-syntax-highlighting"
|
|||
[plugins.asdf]
|
||||
github = "asdf-vm/asdf"
|
||||
|
||||
[plugins.hoco]
|
||||
github = "Felixoid/zsh-hoco"
|
||||
|
||||
[plugins.abbr]
|
||||
github = "olets/zsh-abbr"
|
||||
use = ["zsh-abbr.zsh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue