Update dotfiles/.local/share/chezmoi/.chezmoidata.yaml
This commit is contained in:
parent
493f71e000
commit
1c7f02fe6b
1 changed files with 26 additions and 0 deletions
|
@ -104,6 +104,9 @@ softwarePackages:
|
||||||
npm: commitizen
|
npm: commitizen
|
||||||
cordova:
|
cordova:
|
||||||
npm: cordova
|
npm: cordova
|
||||||
|
delve:
|
||||||
|
brew: delve
|
||||||
|
go: github.com/go-delve/delve/cmd/dlv@latest
|
||||||
dframe:
|
dframe:
|
||||||
npm: deviceframe
|
npm: deviceframe
|
||||||
editly:
|
editly:
|
||||||
|
@ -175,6 +178,19 @@ softwarePackages:
|
||||||
npm: git-open
|
npm: git-open
|
||||||
gixy:
|
gixy:
|
||||||
pipx: gixy
|
pipx: gixy
|
||||||
|
go-outline:
|
||||||
|
go: github.com/ramya-rao-a/go-outline@latest
|
||||||
|
gomodifytags:
|
||||||
|
brew: gomodifytags
|
||||||
|
go: github.com/fatih/gomodifytags@latest
|
||||||
|
gopkgs:
|
||||||
|
go: github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest
|
||||||
|
gopls:
|
||||||
|
brew: gopls
|
||||||
|
go: golang.org/x/tools/gopls@latest
|
||||||
|
gotests:
|
||||||
|
brew: gotests
|
||||||
|
go: github.com/cweill/gotests/...@latest
|
||||||
gphotos-sync:
|
gphotos-sync:
|
||||||
pipx: gphotos-sync
|
pipx: gphotos-sync
|
||||||
gnu:darwin:
|
gnu:darwin:
|
||||||
|
@ -211,6 +227,8 @@ softwarePackages:
|
||||||
scoop: imagemagick
|
scoop: imagemagick
|
||||||
imgur-uploader:
|
imgur-uploader:
|
||||||
npm: imgur-uploader-cli
|
npm: imgur-uploader-cli
|
||||||
|
impl:
|
||||||
|
go: github.com/josharian/impl@latest
|
||||||
ionic:
|
ionic:
|
||||||
npm: '@ionic/cli'
|
npm: '@ionic/cli'
|
||||||
ios-deploy:
|
ios-deploy:
|
||||||
|
@ -1225,6 +1243,14 @@ softwarePackages:
|
||||||
# @cli [ssl-proxy](https://github.com/suyashkumar/ssl-proxy) - Simple zero-config SSL reverse proxy with real autogenerated certificates
|
# @cli [ssl-proxy](https://github.com/suyashkumar/ssl-proxy) - Simple zero-config SSL reverse proxy with real autogenerated certificates
|
||||||
ssl-proxy:
|
ssl-proxy:
|
||||||
github: github.com/suyashkumar/ssl-proxy
|
github: github.com/suyashkumar/ssl-proxy
|
||||||
|
staticcheck:
|
||||||
|
apt: go-staticcheck
|
||||||
|
brew: staticcheck
|
||||||
|
dnf: golang-honnef-tools
|
||||||
|
go: honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
|
pacman: staticcheck
|
||||||
|
port: staticcheck
|
||||||
|
scoop: staticcheck
|
||||||
# @application [SwitchHosts](https://github.com/oldj/SwitchHosts) - Extension to switch hosts
|
# @application [SwitchHosts](https://github.com/oldj/SwitchHosts) - Extension to switch hosts
|
||||||
switchhosts:
|
switchhosts:
|
||||||
github: github.com/oldj/SwitchHosts
|
github: github.com/oldj/SwitchHosts
|
||||||
|
|
Loading…
Reference in a new issue