From f468b4e1dcd3b61e1d8decdde2fedc9fe519aa3b Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 25 Jul 2024 10:17:41 +0200 Subject: [PATCH] more package disabling --- config.yml | 59 +++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/config.yml b/config.yml index 2aa666e..d0d0c42 100644 --- a/config.yml +++ b/config.yml @@ -155,7 +155,7 @@ packages: - seahorse - shellcheck - shfmt - - Signal-Desktop + # - Signal-Desktop - simple-mtpfs - smbclient - socat @@ -210,32 +210,31 @@ packages: - zsh-autosuggestions - zsh-completions - zsh-syntax-highlighting - - command: ["pnpm", "add", "-g"] - # pre: ["pnpm setup"] - local: True - list: - - "neovim" - - command: ["cargo", "install", "-j", "-2"] - local: True - list: - [] - # - "oatmeal" - # - "gpg-tui" - - command: ["composer", "global", "require"] - local: True - list: [] - - command: ["gem", "install", "-V"] - local: False - list: - - asciidoctor - - asciidoctor-pdf - - asciidoctor-diagram - - pygments.rb - - neovim - - command: ["cpanm", "-vn"] - local: True - list: - - Neovim::Ext - - command: ["pipx", "--global", "install"] - local: False - list: [] + # - command: ["pnpm", "add", "-g"] + # pre: ["pnpm setup"] + # local: True + # list: + # - "neovim" + # - command: ["cargo", "install", "-j", "-2"] + # local: True + # list: + # - "oatmeal" + # - "gpg-tui" + # - command: ["composer", "global", "require"] + # local: True + # list: [] + # - command: ["gem", "install", "-V"] + # local: False + # list: + # - asciidoctor + # - asciidoctor-pdf + # - asciidoctor-diagram + # - pygments.rb + # - neovim + # - command: ["cpanm", "-vn"] + # local: True + # list: + # - Neovim::Ext + # - command: ["pipx", "--global", "install"] + # local: False + # list: []