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
|
||||
cordova:
|
||||
npm: cordova
|
||||
delve:
|
||||
brew: delve
|
||||
go: github.com/go-delve/delve/cmd/dlv@latest
|
||||
dframe:
|
||||
npm: deviceframe
|
||||
editly:
|
||||
|
@ -175,6 +178,19 @@ softwarePackages:
|
|||
npm: git-open
|
||||
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:
|
||||
pipx: gphotos-sync
|
||||
gnu:darwin:
|
||||
|
@ -211,6 +227,8 @@ softwarePackages:
|
|||
scoop: imagemagick
|
||||
imgur-uploader:
|
||||
npm: imgur-uploader-cli
|
||||
impl:
|
||||
go: github.com/josharian/impl@latest
|
||||
ionic:
|
||||
npm: '@ionic/cli'
|
||||
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
|
||||
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
|
||||
switchhosts:
|
||||
github: github.com/oldj/SwitchHosts
|
||||
|
|
Loading…
Reference in a new issue