Update 6 files

- /home/.chezmoidata.yaml
- /home/.chezmoitemplates/debian/common-dependencies
- /home/.chezmoitemplates/ubuntu/common-dependencies
- /home/.chezmoitemplates/fedora/common-dependencies
- /home/.chezmoitemplates/centos/common-dependencies
- /software.yml
This commit is contained in:
Brian Zalewski 2023-01-05 23:04:02 +00:00
parent b9471c86dc
commit c5ac0b60de
6 changed files with 10 additions and 32 deletions

View file

@ -331,7 +331,6 @@ softwareGroups:
- glab - glab
- hub - hub
- lazygit - lazygit
- mergestat
- tig - tig
Git-Desktop: &Git-Desktop Git-Desktop: &Git-Desktop
- gitdock - gitdock
@ -600,7 +599,6 @@ softwareGroups:
- nativefier - nativefier
Virtualization: &Virtualization Virtualization: &Virtualization
- kvm - kvm
- linuxkit
- lxdc - lxdc
- multipass - multipass
- packer - packer

View file

@ -2,5 +2,6 @@
"gcc" "gcc"
"gcc-c++" "gcc-c++"
"kernel-devel" "kernel-devel"
"ruby-devel"
-}} -}}
{{- $packages | join " " -}} {{- $packages | join " " -}}

View file

@ -10,6 +10,7 @@
"libxml2-dev" "libxml2-dev"
"libxmlsec1-dev" "libxmlsec1-dev"
"llvm" "llvm"
"ruby-dev"
"tk-dev" "tk-dev"
"xz-utils" "xz-utils"
"zlib1g-dev" "zlib1g-dev"

View file

@ -2,5 +2,6 @@
"gcc" "gcc"
"gcc-c++" "gcc-c++"
"kernel-devel" "kernel-devel"
"ruby-devel"
-}} -}}
{{- $packages | join " " -}} {{- $packages | join " " -}}

View file

@ -10,6 +10,7 @@
"libxml2-dev" "libxml2-dev"
"libxmlsec1-dev" "libxmlsec1-dev"
"llvm" "llvm"
"ruby-dev"
"tk-dev" "tk-dev"
"xz-utils" "xz-utils"
"zlib1g-dev" "zlib1g-dev"

View file

@ -3755,7 +3755,7 @@ softwarePackages:
_service: null _service: null
binary:darwin: https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-darwin-amd64.tar.gz binary:darwin: https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-darwin-amd64.tar.gz
binary:linux: https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz binary:linux: https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz
brew: instrumenta/instrumenta/kubeval brew: kubeval
scoop: kubeval scoop: kubeval
kvm: kvm:
_bin:brew: _bin:brew:
@ -3912,17 +3912,6 @@ softwarePackages:
brew: linkerd brew: linkerd
github: github.com/linkerd/linkerd2 github: github.com/linkerd/linkerd2
yay: linkerd yay: linkerd
linuxkit:
_bin: linuxkit
_desc: A toolkit for building secure, portable and lean operating systems for containers
_docs: null
_github: https://github.com/linuxkit/linuxkit
_home: null
_name: linuxkit
_service: null
_type: cli
brew: linuxkit/linuxkit/linuxkit
github: github.com/linuxkit/linuxkit
litecli: litecli:
_bin: litecli _bin: litecli
_desc: CLI for SQLite Databases with auto-completion and syntax highlighting _desc: CLI for SQLite Databases with auto-completion and syntax highlighting
@ -4186,17 +4175,6 @@ softwarePackages:
_name: McFly _name: McFly
_service: null _service: null
ansible: professormanhattan.mcfly ansible: professormanhattan.mcfly
mergestat:
_bin: mergestat
_desc: Query git repositories with SQL. Generate reports, perform status checks, analyze codebases
_docs: null
_github: https://github.com/mergestat/mergestat
_home: null
_name: mergestat
_service: null
_type: cli
brew: mergestat/mergestat/mergestat
github: github.com/mergestat/mergestat
microsoft-edge: microsoft-edge:
_bin: null _bin: null
_desc: '[Microsoft Edge](https://www.microsoft.com/en-us/edge) is a cross-platform web browser developed by Microsoft. It was first released for Windows 10 and Xbox One in 2015, then for Android and iOS in 2017, for macOS in 2019, and as a preview for Linux in October 2020.' _desc: '[Microsoft Edge](https://www.microsoft.com/en-us/edge) is a cross-platform web browser developed by Microsoft. It was first released for Windows 10 and Xbox One in 2015, then for Android and iOS in 2017, for macOS in 2019, and as a preview for Linux in October 2020.'
@ -5749,10 +5727,10 @@ softwarePackages:
_name: Ruby _name: Ruby
_service: false _service: false
ansible: professormanhattan.ruby ansible: professormanhattan.ruby
apt: ruby-full apt: ruby-dev
brew: ruby brew: ruby
choco: ruby choco: ruby
dnf: ruby dnf: ruby-devel
pacman: ruby pacman: ruby
port: ruby port: ruby
scoop: ruby scoop: ruby
@ -5781,9 +5759,6 @@ softwarePackages:
_service: false _service: false
_snapClassic: true _snapClassic: true
ansible: professormanhattan.rust ansible: professormanhattan.rust
apt:
- cargo
- rustc
brew: rust brew: rust
choco: rust choco: rust
dnf: dnf:
@ -5794,7 +5769,8 @@ softwarePackages:
- cargo - cargo
- rust - rust
scoop: rust scoop: rust
snap: rustup script:darwin: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
script:linux: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
goofys: goofys:
_bin: goofys _bin: goofys
_deps: _deps:
@ -6004,7 +5980,7 @@ softwarePackages:
_name: sentry-cli _name: sentry-cli
_service: null _service: null
_type: cli _type: cli
brew: getsentry/tools/sentry-cli brew:darwin: getsentry/tools/sentry-cli
github: github.com/getsentry/sentry-cli github: github.com/getsentry/sentry-cli
npm: '@sentry/cli' npm: '@sentry/cli'
scoop: sentry-cli scoop: sentry-cli