more package disabling
This commit is contained in:
parent
66a6b0666b
commit
f468b4e1dc
59
config.yml
59
config.yml
|
@ -155,7 +155,7 @@ packages:
|
||||||
- seahorse
|
- seahorse
|
||||||
- shellcheck
|
- shellcheck
|
||||||
- shfmt
|
- shfmt
|
||||||
- Signal-Desktop
|
# - Signal-Desktop
|
||||||
- simple-mtpfs
|
- simple-mtpfs
|
||||||
- smbclient
|
- smbclient
|
||||||
- socat
|
- socat
|
||||||
|
@ -210,32 +210,31 @@ packages:
|
||||||
- zsh-autosuggestions
|
- zsh-autosuggestions
|
||||||
- zsh-completions
|
- zsh-completions
|
||||||
- zsh-syntax-highlighting
|
- zsh-syntax-highlighting
|
||||||
- command: ["pnpm", "add", "-g"]
|
# - command: ["pnpm", "add", "-g"]
|
||||||
# pre: ["pnpm setup"]
|
# pre: ["pnpm setup"]
|
||||||
local: True
|
# local: True
|
||||||
list:
|
# list:
|
||||||
- "neovim"
|
# - "neovim"
|
||||||
- command: ["cargo", "install", "-j", "-2"]
|
# - command: ["cargo", "install", "-j", "-2"]
|
||||||
local: True
|
# local: True
|
||||||
list:
|
# list:
|
||||||
[]
|
# - "oatmeal"
|
||||||
# - "oatmeal"
|
# - "gpg-tui"
|
||||||
# - "gpg-tui"
|
# - command: ["composer", "global", "require"]
|
||||||
- command: ["composer", "global", "require"]
|
# local: True
|
||||||
local: True
|
# list: []
|
||||||
list: []
|
# - command: ["gem", "install", "-V"]
|
||||||
- command: ["gem", "install", "-V"]
|
# local: False
|
||||||
local: False
|
# list:
|
||||||
list:
|
# - asciidoctor
|
||||||
- asciidoctor
|
# - asciidoctor-pdf
|
||||||
- asciidoctor-pdf
|
# - asciidoctor-diagram
|
||||||
- asciidoctor-diagram
|
# - pygments.rb
|
||||||
- pygments.rb
|
# - neovim
|
||||||
- neovim
|
# - command: ["cpanm", "-vn"]
|
||||||
- command: ["cpanm", "-vn"]
|
# local: True
|
||||||
local: True
|
# list:
|
||||||
list:
|
# - Neovim::Ext
|
||||||
- Neovim::Ext
|
# - command: ["pipx", "--global", "install"]
|
||||||
- command: ["pipx", "--global", "install"]
|
# local: False
|
||||||
local: False
|
# list: []
|
||||||
list: []
|
|
||||||
|
|
Loading…
Reference in New Issue