Update 2 files
- /software.yml - /home/.chezmoidata.yaml
This commit is contained in:
parent
a64815f5a2
commit
b29cd07c72
2 changed files with 49 additions and 0 deletions
|
@ -164,6 +164,7 @@ softwareGroups:
|
|||
- zsh
|
||||
- zx
|
||||
CLI-Extras: &CLI-Extras
|
||||
- axel
|
||||
- bin
|
||||
- bitly
|
||||
- desed
|
||||
|
@ -439,14 +440,17 @@ softwareGroups:
|
|||
- temps
|
||||
- teamviewer
|
||||
Misc-Development-Tools: &Misc-Development-Tools
|
||||
- ansifilter
|
||||
- aqua
|
||||
# - asdf # Handled by dotfiles
|
||||
# - astronvim
|
||||
- automake
|
||||
- bfg
|
||||
- bundler
|
||||
- carthage
|
||||
- cmake
|
||||
- cocoapods
|
||||
- codeclimate
|
||||
- dotnet
|
||||
- gradle
|
||||
- ideviceinstaller
|
||||
|
|
45
software.yml
45
software.yml
|
@ -254,6 +254,17 @@ softwarePackages:
|
|||
choco: altair-graphql
|
||||
snap: altair
|
||||
yay: altair
|
||||
ansifilter:
|
||||
_bin: ansifilter
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: Ansifilter
|
||||
_service: false
|
||||
brew: ansifilter
|
||||
choco: ansifilter
|
||||
port: ansifilter
|
||||
android-studio:
|
||||
_bin: null
|
||||
_desc: >-
|
||||
|
@ -594,6 +605,31 @@ softwarePackages:
|
|||
_service: null
|
||||
_when:darwin: '! (brew list bash-completion | grep bash-completion)'
|
||||
brew:darwin: bash-completion
|
||||
axel:
|
||||
_bin: axel
|
||||
_docs: null
|
||||
_github: https://github.com/axel-download-accelerator/axel
|
||||
_home: null
|
||||
_name: Axel
|
||||
_service: false
|
||||
_type: cli
|
||||
apt: axel
|
||||
brew: axel
|
||||
choco: axel
|
||||
dnf: axel
|
||||
pacman: axel
|
||||
port: axel
|
||||
bfg:
|
||||
_bin: bfg
|
||||
_docs: https://rtyley.github.io/bfg-repo-cleaner/
|
||||
_github: https://github.com/rtyley/bfg-repo-cleaner
|
||||
_home: https://rtyley.github.io/bfg-repo-cleaner/
|
||||
_name: BFG Repo Cleaner
|
||||
_service: false
|
||||
_type: cli
|
||||
brew: bfg
|
||||
choco: bfg-repo-cleaner
|
||||
port: bfg
|
||||
bat:
|
||||
_bin: bat
|
||||
_desc: '[bat](https://github.com/sharkdp/bat) is a cat(1) clone with syntax highlighting and Git integration.'
|
||||
|
@ -3371,6 +3407,15 @@ softwarePackages:
|
|||
_name: null
|
||||
_service: null
|
||||
npm: imgur-uploader-cli
|
||||
codeclimate:
|
||||
_bin: codeclimate
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: CodeClimate
|
||||
_service: false
|
||||
brew: codeclimate/formulae/codeclimate
|
||||
impl:
|
||||
_bin: impl
|
||||
_desc: null
|
||||
|
|
Loading…
Reference in a new issue