Update dot_config/sheldon/plugins.lock

This commit is contained in:
eeleater 2021-11-15 12:58:23 +01:00
parent 476cd2ecfd
commit 872049a119

View file

@ -6,87 +6,7 @@ config_file = "/home/weger/.config/sheldon/plugins.toml"
lock_file = "/home/weger/.config/sheldon/plugins.lock" lock_file = "/home/weger/.config/sheldon/plugins.lock"
clone_dir = "/home/weger/.local/sheldon/repos" clone_dir = "/home/weger/.local/sheldon/repos"
download_dir = "/home/weger/.local/sheldon/downloads" download_dir = "/home/weger/.local/sheldon/downloads"
plugins = []
[[plugins]]
name = "docker-zsh-completion"
source_dir = "/home/weger/.local/sheldon/repos/github.com/greymd/docker-zsh-completion"
files = ["/home/weger/.local/sheldon/repos/github.com/greymd/docker-zsh-completion/docker-zsh-completion.plugin.zsh"]
apply = ["source"]
[[plugins]]
name = "rust-zsh-completions"
source_dir = "/home/weger/.local/sheldon/repos/github.com/ryutok/rust-zsh-completions"
files = ["/home/weger/.local/sheldon/repos/github.com/ryutok/rust-zsh-completions/rust.plugin.zsh"]
apply = ["source"]
[[plugins]]
name = "zsh-completions"
source_dir = "/home/weger/.local/sheldon/repos/github.com/zsh-users/zsh-completions"
files = ["/home/weger/.local/sheldon/repos/github.com/zsh-users/zsh-completions/zsh-completions.plugin.zsh"]
apply = ["source"]
[[plugins]]
name = "history"
source_dir = "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh"
plugin_dir = "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib"
files = ["/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/history.zsh"]
apply = ["source"]
[[plugins]]
name = "pure"
source_dir = "/home/weger/.local/sheldon/repos/github.com/rossmacarthur/pure"
files = ["/home/weger/.local/sheldon/repos/github.com/rossmacarthur/pure/async.zsh", "/home/weger/.local/sheldon/repos/github.com/rossmacarthur/pure/pure.zsh"]
apply = ["source"]
[[plugins]]
name = "wd"
source_dir = "/home/weger/.local/sheldon/repos/github.com/mfaerevaag/wd"
files = ["/home/weger/.local/sheldon/repos/github.com/mfaerevaag/wd/wd.plugin.zsh"]
apply = ["fpath", "source"]
[[plugins]]
name = "zsh-defer"
source_dir = "/home/weger/.local/sheldon/repos/github.com/romkatv/zsh-defer"
files = ["/home/weger/.local/sheldon/repos/github.com/romkatv/zsh-defer/zsh-defer.plugin.zsh"]
apply = ["source"]
[[plugins]]
name = "autoenv"
source_dir = "/home/weger/.local/sheldon/repos/github.com/zpm-zsh/autoenv"
files = ["/home/weger/.local/sheldon/repos/github.com/zpm-zsh/autoenv/autoenv.plugin.zsh"]
apply = ["defer"]
[[plugins]]
name = "ohmyzsh-lib"
source_dir = "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh"
plugin_dir = "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib"
files = ["/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/clipboard.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/completion.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/git.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/key-bindings.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/termsupport.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/lib/theme-and-appearance.zsh"]
apply = ["defer"]
[[plugins]]
name = "ohmyzsh-plugins"
source_dir = "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh"
plugin_dir = "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins"
files = ["/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/copybuffer/copybuffer.plugin.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/git/git.plugin.zsh", "/home/weger/.local/sheldon/repos/github.com/ohmyzsh/ohmyzsh/plugins/pip/pip.plugin.zsh"]
apply = ["defer"]
[[plugins]]
name = "zsh-you-should-use"
source_dir = "/home/weger/.local/sheldon/repos/github.com/MichaelAquilina/zsh-you-should-use"
files = ["/home/weger/.local/sheldon/repos/github.com/MichaelAquilina/zsh-you-should-use/you-should-use.plugin.zsh"]
apply = ["defer"]
[[plugins]]
name = "zsh-autosuggestions"
source_dir = "/home/weger/.local/sheldon/repos/github.com/zsh-users/zsh-autosuggestions"
files = ["/home/weger/.local/sheldon/repos/github.com/zsh-users/zsh-autosuggestions/zsh-autosuggestions.zsh"]
apply = ["defer"]
[[plugins]]
name = "zsh-syntax-highlighting"
source_dir = "/home/weger/.local/sheldon/repos/github.com/zsh-users/zsh-syntax-highlighting"
files = ["/home/weger/.local/sheldon/repos/github.com/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"]
apply = ["defer"]
[templates.PATH] [templates.PATH]
value = "export PATH=\"{{ dir }}:$PATH\"" value = "export PATH=\"{{ dir }}:$PATH\""
each = false each = false