This commit is contained in:
DeveloperDurp 2024-08-13 06:21:36 -05:00
parent 081002382a
commit a1d955fc11
6 changed files with 79 additions and 57 deletions

View file

@ -12,7 +12,7 @@ required_packages_brew:
- kubernetes-cli
- zsh-autosuggestions
- bitwarden-cli
# - hashicorp/tap/vault
- "hashicorp/tap/vault"
- ffmpeg
- ttyd
- bat
@ -70,4 +70,10 @@ required_packages_flatpak:
- me.proton.Pass
- me.proton.Mail
- com.protonvpn.www
- org.flameshot.Flameshot
- org.remmina.Remmina
go_apps:
- github.com/charmbracelet/vhs@latest
- github.com/charmbracelet/glow@latest
- github.com/swaggo/swag/cmd/swag@latest
- github.com/air-verse/air@latest

View file

@ -1,9 +1,9 @@
- name: configure flatpak
become_user: user
community.general.flatpak_remote:
name: "{{ item.name }}"
state: present
flatpakrepo_url: "{{ item.url }}"
method: system
with_items: "{{ flatpak_remote }}"
when: flatpak_remote is defined