Merge branch 'main' of git.snaile.de:luca/bootstrapper
This commit is contained in:
commit
dbe4e88bb2
60
config.yml
60
config.yml
|
@ -139,6 +139,7 @@ packages:
|
|||
- python3-devel
|
||||
- python3-neovim
|
||||
- python3-pip
|
||||
- python3-pydbus
|
||||
- ranger
|
||||
- rbw
|
||||
- ripgrep
|
||||
|
@ -153,7 +154,7 @@ packages:
|
|||
- seahorse
|
||||
- shellcheck
|
||||
- shfmt
|
||||
- Signal-Desktop
|
||||
# - Signal-Desktop
|
||||
- simple-mtpfs
|
||||
- smbclient
|
||||
- socat
|
||||
|
@ -208,32 +209,31 @@ packages:
|
|||
- zsh-autosuggestions
|
||||
- zsh-completions
|
||||
- zsh-syntax-highlighting
|
||||
- command: ["pnpm", "add", "-g"]
|
||||
# pre: ["pnpm setup"]
|
||||
local: True
|
||||
list:
|
||||
- "neovim"
|
||||
- command: ["cargo", "install", "-j", "-2"]
|
||||
local: True
|
||||
list:
|
||||
[]
|
||||
# - "oatmeal"
|
||||
# - "gpg-tui"
|
||||
- command: ["composer", "global", "require"]
|
||||
local: True
|
||||
list: []
|
||||
- command: ["gem", "install", "-V"]
|
||||
local: False
|
||||
list:
|
||||
- asciidoctor
|
||||
- asciidoctor-pdf
|
||||
- asciidoctor-diagram
|
||||
- pygments.rb
|
||||
- neovim
|
||||
- command: ["cpanm", "-vn"]
|
||||
local: True
|
||||
list:
|
||||
- Neovim::Ext
|
||||
- command: ["pipx", "--global", "install"]
|
||||
local: False
|
||||
list: []
|
||||
# - command: ["pnpm", "add", "-g"]
|
||||
# pre: ["pnpm setup"]
|
||||
# local: True
|
||||
# list:
|
||||
# - "neovim"
|
||||
# - command: ["cargo", "install", "-j", "-2"]
|
||||
# local: True
|
||||
# list:
|
||||
# - "oatmeal"
|
||||
# - "gpg-tui"
|
||||
# - command: ["composer", "global", "require"]
|
||||
# local: True
|
||||
# list: []
|
||||
# - command: ["gem", "install", "-V"]
|
||||
# local: False
|
||||
# list:
|
||||
# - asciidoctor
|
||||
# - asciidoctor-pdf
|
||||
# - asciidoctor-diagram
|
||||
# - pygments.rb
|
||||
# - neovim
|
||||
# - command: ["cpanm", "-vn"]
|
||||
# local: True
|
||||
# list:
|
||||
# - Neovim::Ext
|
||||
# - command: ["pipx", "--global", "install"]
|
||||
# local: False
|
||||
# list: []
|
||||
|
|
Loading…
Reference in New Issue