temporarily disable some config options
This commit is contained in:
parent
3edd9ae12f
commit
1bf90ea4b3
2 changed files with 8 additions and 6 deletions
1
TODO.md
1
TODO.md
|
@ -14,3 +14,4 @@
|
||||||
|
|
||||||
- [ ] Enable user services
|
- [ ] Enable user services
|
||||||
- [ ] Select timezone
|
- [ ] Select timezone
|
||||||
|
- [ ] Rewrite scroll in perl
|
||||||
|
|
13
config.yml
13
config.yml
|
@ -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"]
|
||||||
|
|
Reference in a new issue