Update .config/sheldon/plugins.toml
Update .config/zsh/rc.zsh
This commit is contained in:
parent
4803e74e77
commit
7984b858c7
2 changed files with 10 additions and 5 deletions
|
@ -80,6 +80,9 @@ 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"
|
||||
|
||||
|
@ -98,14 +101,14 @@ local = "~/.config/zsh/files/"
|
|||
use = ["sshcomp.zsh"]
|
||||
|
||||
# themes
|
||||
[plugins.powerlevel10k]
|
||||
github = "romkatv/powerlevel10k"
|
||||
#[plugins.powerlevel10k]
|
||||
#github = "romkatv/powerlevel10k"
|
||||
|
||||
#[plugins.starship]
|
||||
#inline = "_evalcache starship init zsh --print-full-init"
|
||||
|
||||
#[plugins.ohmyposh]
|
||||
#inline = "_evalcache oh-my-posh init zsh"
|
||||
[plugins.ohmyposh]
|
||||
inline = "_evalcache oh-my-posh init zsh"
|
||||
|
||||
# evals
|
||||
[plugins.zoxide]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue