Update 2 files

- /home/.chezmoidata.yaml
- /software.yml
This commit is contained in:
Brian Zalewski 2023-01-09 01:57:24 +00:00
parent 2614a968ae
commit 51fc60dc28
2 changed files with 74 additions and 0 deletions

View file

@ -313,6 +313,7 @@ softwareGroups:
- catfs - catfs
- glusterfs - glusterfs
- goofys - goofys
- sshfs
Finance: &Finance Finance: &Finance
- infracost - infracost
Finance-Desktop: &Finance-Desktop Finance-Desktop: &Finance-Desktop
@ -322,12 +323,14 @@ softwareGroups:
- gh - gh
- gist - gist
- git - git
- git-bug
- git-extras - git-extras
- git-filter-repo - git-filter-repo
- git-fuzzy - git-fuzzy
- git-lfs - git-lfs
- git-open - git-open
- git-secret - git-secret
- git-subrepo
- gitomatic - gitomatic
- git-stats - git-stats
- gitui - gitui
@ -396,6 +399,7 @@ softwareGroups:
- fuego - fuego
- papertrail - papertrail
- sentry-cli - sentry-cli
- unbuffer
Media: &Media Media: &Media
- beets - beets
# editly NPM package is failing to install on macOS - attempts to compile with node-gyp # editly NPM package is failing to install on macOS - attempts to compile with node-gyp
@ -453,6 +457,7 @@ softwareGroups:
- codeclimate - codeclimate
- dotnet - dotnet
- expect - expect
- fury
- gradle - gradle
- ideviceinstaller - ideviceinstaller
- ios-deploy - ios-deploy
@ -460,6 +465,7 @@ softwareGroups:
- libimobiledevice - libimobiledevice
- rust - rust
- sdkman - sdkman
- snapcraft
- solidity - solidity
- upx - upx
- windows-adk - windows-adk

View file

@ -2538,6 +2538,17 @@ softwarePackages:
apt: git apt: git
brew: git brew: git
dnf: git dnf: git
git-bug:
_bin: git-bug
_desc: null
_docs: null
_github: https://github.com/MichaelMure/git-bug
_home: null
_name: Git Bug
_service: false
brew: git-bug
pkg-freebsd: git-bug
scoop: git-bug
git-filter-repo: git-filter-repo:
_bin: git-filter-repo _bin: git-filter-repo
_desc: '[gitfilterrepo](https://github.com/newren/git-filter-repo) is a versatile tool for rewriting history' _desc: '[gitfilterrepo](https://github.com/newren/git-filter-repo) is a versatile tool for rewriting history'
@ -2586,6 +2597,15 @@ softwarePackages:
apt: git-secret apt: git-secret
brew: git-secret brew: git-secret
dnf: git-secret dnf: git-secret
git-subrepo:
_bin: git-subrepo
_desc: null
_docs: null
_github: https://github.com/ingydotnet/git-subrepo
_home: null
_name: Git Sub Repo
_service: false
brew: git-subrepo
gitter: gitter:
_name: Gitter _name: Gitter
_when:cask: '! test -d "/Applications/Gitter.app"' _when:cask: '! test -d "/Applications/Gitter.app"'
@ -4969,6 +4989,15 @@ softwarePackages:
_name: null _name: null
_service: null _service: null
npm: pageres-cli npm: pageres-cli
fury:
_bin: fury
_desc: null
_docs: null
_github: null
_home: null
_name: Fury
_service: false
brew: gemfury/tap/gemfury
pandoc: pandoc:
_bin: pandoc _bin: pandoc
_deps: _deps:
@ -6318,6 +6347,18 @@ softwarePackages:
_service: null _service: null
_when:cask: '! test -d /Applications/Sloth.app' _when:cask: '! test -d /Applications/Sloth.app'
cask: sloth cask: sloth
snapcraft:
_deps:
- snapd
_bin: snapcraft
_desc: null
_docs: null
_github: null
_home: null
_name: Snapcraft
_service: false
brew: snapcraft
snap: snapcraft
snapd: snapd:
_bin: snap _bin: snap
_desc: '[Snap](https://snapcraft.io/) is a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel. The packages, called snaps, and the tool for using them, snapd, work across a range of Linux distributions and allow upstream software developers to distribute their applications directly to users. Snaps are self-contained applications running in a sandbox with mediated access to the host system.' _desc: '[Snap](https://snapcraft.io/) is a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel. The packages, called snaps, and the tool for using them, snapd, work across a range of Linux distributions and allow upstream software developers to distribute their applications directly to users. Snaps are self-contained applications running in a sandbox with mediated access to the host system.'
@ -7075,6 +7116,18 @@ softwarePackages:
_name: Ulauncher _name: Ulauncher
_service: null _service: null
ansible: professormanhattan.ulauncher ansible: professormanhattan.ulauncher
unbuffer:
_bin: unbuffer
_desc: null
_docs: null
_github: null
_home: null
_name: Unbuffer
_service: false
apt: unbuffer
brew: unbuffer
dnf: unbuffer
pacman: unbuffer
up: up:
_bin: up _bin: up
_desc: up, which is short for [Ultimate Plumber](https://github.com/akavel/up), is a tool for writing Linux pipes in a terminal-based UI interactively, with an instant live preview of command results. _desc: up, which is short for [Ultimate Plumber](https://github.com/akavel/up), is a tool for writing Linux pipes in a terminal-based UI interactively, with an instant live preview of command results.
@ -7677,6 +7730,21 @@ softwarePackages:
_service: null _service: null
brew: yamllint brew: yamllint
pipx: yamllint pipx: yamllint
sshfs:
_bin:
_desc: null
_docs: null
_github: null
_home: null
_name: SSH FS
_service: null
apt: sshfs
brew: sshfs
choco: sshfs
dnf: sshfs
pacman: sshfs
port: sshfs
scoop: sshfs-np
yank: yank:
_bin: yank _bin: yank
_desc: '[yank](https://github.com/mptre/yank) is a terminal agnostic solution which allows copying output from Termial easily, without the need to use Terminal multiplexers.' _desc: '[yank](https://github.com/mptre/yank) is a terminal agnostic solution which allows copying output from Termial easily, without the need to use Terminal multiplexers.'