complete more pkgs
- bitwarden is configured to install the cask on macos and the appimage on linux - dbeaver is configured using the flatpak installation - added handling of flatpaks
This commit is contained in:
7
vars/bitwarden.yml
Normal file
7
vars/bitwarden.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
install_prefix: "{{ default_config.install_prefix }}"
|
||||
install_dir: /opt/bitwarden
|
||||
use_appimage: true
|
||||
dobecome: true
|
||||
owner: root
|
||||
group: root
|
||||
@@ -14,6 +14,10 @@ brewtaps: []
|
||||
cargopkgs: []
|
||||
cargoversioned: []
|
||||
caskpkgs: []
|
||||
flatpkgs: []
|
||||
flatpkg_repo:
|
||||
- name: flathub
|
||||
url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
gopkgs: []
|
||||
npmpkgs: []
|
||||
packages: []
|
||||
@@ -28,6 +32,7 @@ tappkgs: []
|
||||
# pkgconfig.<pkgname> as a dict
|
||||
pkgconfig:
|
||||
alacritty: {}
|
||||
bitwarden: {}
|
||||
carapace: {}
|
||||
clangd: {}
|
||||
consul: {}
|
||||
|
||||
Reference in New Issue
Block a user