updated sheldon config to newest
This commit is contained in:
parent
80ff719697
commit
2c7892693a
2 changed files with 7 additions and 7 deletions
|
@ -54,12 +54,6 @@ github = "fdellwing/zsh-bat"
|
||||||
[plugins.youshoulduse]
|
[plugins.youshoulduse]
|
||||||
github = "MichaelAquilina/zsh-you-should-use"
|
github = "MichaelAquilina/zsh-you-should-use"
|
||||||
|
|
||||||
[plugins.autosuggestions]
|
|
||||||
github = "zsh-users/zsh-autosuggestions"
|
|
||||||
|
|
||||||
[plugins.syntaxhighlighting]
|
|
||||||
github = "zsh-users/zsh-syntax-highlighting"
|
|
||||||
|
|
||||||
[plugins.asdf]
|
[plugins.asdf]
|
||||||
github = "asdf-vm/asdf"
|
github = "asdf-vm/asdf"
|
||||||
|
|
||||||
|
@ -67,6 +61,12 @@ github = "asdf-vm/asdf"
|
||||||
github = "olets/zsh-abbr"
|
github = "olets/zsh-abbr"
|
||||||
use = ["zsh-abbr.zsh"]
|
use = ["zsh-abbr.zsh"]
|
||||||
|
|
||||||
|
[plugins.autosuggestions]
|
||||||
|
github = "zsh-users/zsh-autosuggestions"
|
||||||
|
|
||||||
|
[plugins.syntaxhighlighting]
|
||||||
|
github = "zsh-users/zsh-syntax-highlighting"
|
||||||
|
|
||||||
[plugins.bashcomps]
|
[plugins.bashcomps]
|
||||||
local = "~/.config/zsh/files/"
|
local = "~/.config/zsh/files/"
|
||||||
use = ["bashcomps.zsh"]
|
use = ["bashcomps.zsh"]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#assume_yes = true
|
#assume_yes = true
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# Disable specific steps - same options as the command line flag
|
||||||
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "distrobox"]
|
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell"]
|
||||||
|
|
||||||
# Skip Notify
|
# Skip Notify
|
||||||
skip_notify = true
|
skip_notify = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue