updated sheldon
This commit is contained in:
parent
0c2254786b
commit
37b56e59cf
1 changed files with 1 additions and 25 deletions
|
@ -8,13 +8,9 @@ inline = 'stty -ixon'
|
|||
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"]
|
||||
use = ["{compinit,sshcomp,evalstuff,aliases,functions,distroicon}.zsh"]
|
||||
|
||||
# completions
|
||||
[plugins.completions]
|
||||
|
@ -71,9 +67,6 @@ 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"
|
||||
|
||||
|
@ -84,23 +77,6 @@ github = "asdf-vm/asdf"
|
|||
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
Reference in a new issue