Merge branch 'main' of https://git.snaile.de/luca/bootstrapper
This commit is contained in:
commit
66a6b0666b
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
|
@ -211,19 +211,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
|
||||||
|
@ -231,8 +232,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