Update 2 files
- /home/.chezmoidata.yaml - /software.yml
This commit is contained in:
parent
c8be2b007a
commit
7c11de2cb7
2 changed files with 41 additions and 0 deletions
|
@ -645,6 +645,7 @@ softwareGroups:
|
|||
- teleport
|
||||
Security: &Security
|
||||
- bitwarden-cli
|
||||
- boringtun
|
||||
- envchain
|
||||
- envconsul
|
||||
- pony
|
||||
|
@ -654,6 +655,8 @@ softwareGroups:
|
|||
- stubby
|
||||
- teller
|
||||
- vault
|
||||
- wireguard-client
|
||||
- wireguard-tools
|
||||
- yubikey-manager
|
||||
Security-Desktop: &Security-Desktop
|
||||
- bitwarden
|
||||
|
|
38
software.yml
38
software.yml
|
@ -8275,6 +8275,44 @@ softwarePackages:
|
|||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- docker-compose-plugin
|
||||
boringtun:
|
||||
_bin: boringtun-cli
|
||||
_desc: BoringTun is an implementation of the WireGuard® protocol designed for portability and speed.
|
||||
_docs: null
|
||||
_github: https://github.com/cloudflare/boringtun
|
||||
_home: null
|
||||
_name: BoringTun
|
||||
brew: boringtun
|
||||
cargo:darwin: boringtun-cli
|
||||
cargo:linux: boringtun-cli
|
||||
wireguard-client:
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: WireGuard Client
|
||||
_when:mas: '! test -d /Applications/WireGuard.app'
|
||||
choco: wireguard
|
||||
mas: TODO MAS (not available as Homebrew cask)
|
||||
scoop: wireguard-np
|
||||
wireguard-tools:
|
||||
_bin: wg
|
||||
_desc: null
|
||||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: WireGuard Tools
|
||||
apk: wireguard-tools
|
||||
apt: wireguard
|
||||
brew: wireguard-tools
|
||||
dnf: wireguard-tools
|
||||
emerge: wireguard-tools
|
||||
nix: nixpkgs.wireguard-tools
|
||||
opkg: wireguard
|
||||
pacman: wireguard-tools
|
||||
port: wireguard-tools
|
||||
slackpkg: wireguard-tools
|
||||
zypper: wireguard-tools
|
||||
wireshark-cli:
|
||||
_bin: sharkd
|
||||
_desc: null
|
||||
|
|
Loading…
Reference in a new issue