Archived
1
0
Fork 0

temporarily disable some config options

This commit is contained in:
Luca Bilke 2024-07-24 20:52:44 +02:00
commit 1bf90ea4b3
Signed by: luca
GPG key ID: C9E851809C1A5BDE
2 changed files with 8 additions and 6 deletions

View file

@ -14,3 +14,4 @@
- [ ] Enable user services - [ ] Enable user services
- [ ] Select timezone - [ ] Select timezone
- [ ] Rewrite scroll in perl

View file

@ -210,19 +210,20 @@ packages:
- 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" []
- "gpg-tui" # - "oatmeal"
# - "gpg-tui"
- command: ["composer", "global", "require"] - command: ["composer", "global", "require"]
local: True local: True
list: [] list: []
- command: ["gem", "install"] - command: ["gem", "install", "-V"]
local: False local: False
list: list:
- asciidoctor - asciidoctor
@ -230,8 +231,8 @@ packages:
- asciidoctor-diagram - asciidoctor-diagram
- pygments.rb - pygments.rb
- neovim - neovim
- command: ["cpanm"] - command: ["cpanm", "-vn"]
local: False local: True
list: list:
- Neovim::Ext - Neovim::Ext
- command: ["pipx", "--global", "install"] - command: ["pipx", "--global", "install"]