Update .config/sheldon/plugins.toml
Update .config/zsh/env.zsh Add .config/zsh/files/functions.zsh Remove .config/zsh/files/keybinds.zsh Remove .config/zsh/files/transfer.zsh Update .config/zsh/rc.zsh
This commit is contained in:
parent
27a779ca15
commit
a5c3567d85
6 changed files with 47 additions and 50 deletions
|
@ -20,7 +20,7 @@ use = [".p10k.zsh"]
|
|||
|
||||
[plugins.ownfiles]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["{compinit,aliases,keybinds,distroicon,transfer}.zsh"]
|
||||
use = ["{compinit,aliases,functions,distroicon}.zsh"]
|
||||
|
||||
# completions
|
||||
[plugins.completions]
|
||||
|
@ -42,7 +42,7 @@ use = ["{completion,key-bindings,history,directories}.zsh"]
|
|||
[plugins.ohmyzshplugins]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "plugins"
|
||||
use = ["{systemd,fzf,command-not-found}/*.plugin.zsh"]
|
||||
use = ["{systemd,fzf,command-not-found,transfer}/*.plugin.zsh"]
|
||||
|
||||
[plugins.fzftab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
|
@ -86,10 +86,35 @@ github = "zsh-users/zsh-syntax-highlighting"
|
|||
[plugins.asdf]
|
||||
github = "asdf-vm/asdf"
|
||||
|
||||
[plugins.hoco]
|
||||
github = "Felixoid/zsh-hoco"
|
||||
|
||||
[plugins.sshcomp]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["sshcomp.zsh"]
|
||||
|
||||
# theme
|
||||
# themes
|
||||
[plugins.powerlevel10k]
|
||||
github = "romkatv/powerlevel10k"
|
||||
|
||||
#[plugins.starship]
|
||||
#inline = "_evalcache starship init zsh --print-full-init"
|
||||
|
||||
#[plugins.ohmyposh]
|
||||
#inline = "_evalcache oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/kali.omp.json"
|
||||
|
||||
# evals
|
||||
[plugins.zoxide]
|
||||
inline = "_evalcache zoxide init zsh"
|
||||
|
||||
[plugins.atuin]
|
||||
inline = "_evalcache atuin init zsh"
|
||||
|
||||
[plugins.navi]
|
||||
inline = "_evalcache navi widget zsh"
|
||||
|
||||
[plugins.direnv]
|
||||
inline = "_evalcache direnv hook zsh"
|
||||
|
||||
[plugins.keychain]
|
||||
inline = 'eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue