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