more package disabling
This commit is contained in:
parent
66a6b0666b
commit
f468b4e1dc
59
config.yml
59
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: []
|
||||
|
|
Loading…
Reference in New Issue