updated antidote config to newest

This commit is contained in:
Nikolas Weger 2024-01-25 09:51:34 +01:00
parent 1f9d47b42c
commit cdc7df962b
7 changed files with 13 additions and 22 deletions

View file

@ -1,10 +1,6 @@
shell = "zsh"
# own files
[plugins.localenv]
local = "~/.local/share/zsh/config"
use = ["env.zsh"]
[plugins.compinit]
local = "~/.config/zsh/files/"
use = ["compinit.zsh"]
@ -58,12 +54,6 @@ github = "fdellwing/zsh-bat"
[plugins.youshoulduse]
github = "MichaelAquilina/zsh-you-should-use"
[plugins.autosuggestions]
github = "zsh-users/zsh-autosuggestions"
[plugins.syntaxhighlighting]
github = "zsh-users/zsh-syntax-highlighting"
[plugins.asdf]
github = "asdf-vm/asdf"
@ -71,6 +61,12 @@ github = "asdf-vm/asdf"
github = "olets/zsh-abbr"
use = ["zsh-abbr.zsh"]
[plugins.autosuggestions]
github = "zsh-users/zsh-autosuggestions"
[plugins.syntaxhighlighting]
github = "zsh-users/zsh-syntax-highlighting"
[plugins.bashcomps]
local = "~/.config/zsh/files/"
use = ["bashcomps.zsh"]