Skip to content

Commit

Permalink
fix(packages): add/update several packages with GPG keys and source l…
Browse files Browse the repository at this point in the history
…ists

- Added keyring file, keyring URL, source list file, and source list line for 1password-cli, bazel, code, doppler, and gh packages
- Added apt key URL, source list file, and source list line for doppler and ngrok packages.
  • Loading branch information
entelecheia committed May 22, 2023
1 parent 7b60ddb commit 9d0f07e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ packages:
- name: 1password-cli
apt: true
brewcask: true
keyring_file: 1password-archive-keyring.gpg
keyring_url: https://downloads.1password.com/linux/keys/1password.asc
source_list_file: 1password.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/amd64 stable main"
- name: age
brew: true
snap: true
Expand All @@ -12,10 +16,18 @@ packages:
brew: true
- name: bazel
apt: true
keyring_file: bazel-archive-keyring.gpg
keyring_url: https://bazel.build/bazel-release.pub.gpg
source_list_file: bazel.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/bazel-archive-keyring.gpg] https://storage.googleapis.com/bazel-apt stable jdk1.8"
- name: build-essential
apt: true
- name: code
apt: true
keyring_file: packages.microsoft.gpg
keyring_url: https://packages.microsoft.com/keys/microsoft.asc
source_list_file: vscode.list
source_list_line: "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main"
- name: code-cli
brew: true
- name: commitizen
Expand All @@ -40,6 +52,9 @@ packages:
apt: true
- name: doppler
apt: true
apt_key_url: https://packages.doppler.com/public/cli/gpg.DE2A7741A397C129.key
source_list_file: doppler-cli.list
source_list_line: "deb https://packages.doppler.com/public/cli/deb/debian any-version main"
- name: dopplerhq/cli/doppler
brew: true
- name: dotdrop
Expand All @@ -60,6 +75,10 @@ packages:
- name: gh
apt: true
brew: true
keyring_file: githubcli-archive-keyring.gpg
keyring_url: https://cli.github.com/packages/githubcli-archive-keyring.gpg
source_list_file: github-cli.list
source_list_line: "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main"
- name: gitmojify
pip-user: true
pipx: true
Expand Down Expand Up @@ -102,6 +121,10 @@ packages:
pipx: true
- name: ngrok
snap: true
keyring_file: ngrok-archive-keyring.gpg
keyring_url: https://ngrok-agent.s3.amazonaws.com/ngrok.asc
source_list_file: ngrok.list
source_list_line: "deb https://ngrok-agent.s3.amazonaws.com buster main"
- name: node
apt: true
brew: true
Expand Down

0 comments on commit 9d0f07e

Please sign in to comment.