Update 2 files
- /software.yml - /home/.chezmoidata.yaml
This commit is contained in:
parent
b29cd07c72
commit
2614a968ae
2 changed files with 14 additions and 0 deletions
|
@ -452,6 +452,7 @@ softwareGroups:
|
||||||
- cocoapods
|
- cocoapods
|
||||||
- codeclimate
|
- codeclimate
|
||||||
- dotnet
|
- dotnet
|
||||||
|
- expect
|
||||||
- gradle
|
- gradle
|
||||||
- ideviceinstaller
|
- ideviceinstaller
|
||||||
- ios-deploy
|
- ios-deploy
|
||||||
|
|
13
software.yml
13
software.yml
|
@ -1923,6 +1923,19 @@ softwarePackages:
|
||||||
pacman: perl-image-exiftool
|
pacman: perl-image-exiftool
|
||||||
port: exiftool
|
port: exiftool
|
||||||
scoop: exiftool
|
scoop: exiftool
|
||||||
|
expect:
|
||||||
|
_bin: expect
|
||||||
|
_desc: null
|
||||||
|
_docs: null
|
||||||
|
_github: null
|
||||||
|
_home: null
|
||||||
|
_name: Expect
|
||||||
|
_service: false
|
||||||
|
apt: expect
|
||||||
|
brew: expect
|
||||||
|
dnf: expect
|
||||||
|
pacman: expect
|
||||||
|
port: expect
|
||||||
extensions:
|
extensions:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: This role acts as a catch-all for extensions for various system software.
|
_desc: This role acts as a catch-all for extensions for various system software.
|
||||||
|
|
Loading…
Reference in a new issue