temporarily disable some config options
This commit is contained in:
parent
3edd9ae12f
commit
1bf90ea4b3
1
TODO.md
1
TODO.md
|
@ -14,3 +14,4 @@
|
|||
|
||||
- [ ] Enable user services
|
||||
- [ ] Select timezone
|
||||
- [ ] Rewrite scroll in perl
|
||||
|
|
13
config.yml
13
config.yml
|
@ -210,19 +210,20 @@ packages:
|
|||
- zsh-completions
|
||||
- zsh-syntax-highlighting
|
||||
- command: ["pnpm", "add", "-g"]
|
||||
pre: ["pnpm setup"]
|
||||
# pre: ["pnpm setup"]
|
||||
local: True
|
||||
list:
|
||||
- "neovim"
|
||||
- command: ["cargo", "install", "-j", "-2"]
|
||||
local: True
|
||||
list:
|
||||
- "oatmeal"
|
||||
- "gpg-tui"
|
||||
[]
|
||||
# - "oatmeal"
|
||||
# - "gpg-tui"
|
||||
- command: ["composer", "global", "require"]
|
||||
local: True
|
||||
list: []
|
||||
- command: ["gem", "install"]
|
||||
- command: ["gem", "install", "-V"]
|
||||
local: False
|
||||
list:
|
||||
- asciidoctor
|
||||
|
@ -230,8 +231,8 @@ packages:
|
|||
- asciidoctor-diagram
|
||||
- pygments.rb
|
||||
- neovim
|
||||
- command: ["cpanm"]
|
||||
local: False
|
||||
- command: ["cpanm", "-vn"]
|
||||
local: True
|
||||
list:
|
||||
- Neovim::Ext
|
||||
- command: ["pipx", "--global", "install"]
|
||||
|
|
Loading…
Reference in New Issue