From 2c7892693ae8847d49d201e14de122a219ea3b4a Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 25 Jan 2024 09:52:20 +0100 Subject: [PATCH] updated sheldon config to newest --- dot_config/sheldon/plugins.toml | 12 ++++++------ dot_config/topgrade.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_config/sheldon/plugins.toml b/dot_config/sheldon/plugins.toml index 302a61b..79a578d 100644 --- a/dot_config/sheldon/plugins.toml +++ b/dot_config/sheldon/plugins.toml @@ -54,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" @@ -67,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"] diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index 68dedd6..c52dd75 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -3,7 +3,7 @@ #assume_yes = true # 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 = true