1
0
Fork 0

fix arch and aur packages

This commit is contained in:
cătălin 2024-04-20 11:01:19 +02:00
commit 43c002313d
No known key found for this signature in database
4 changed files with 20 additions and 14 deletions

View file

@ -1,5 +1,6 @@
---
- name: Install Arch packages
become: true
ansible.builtin.package:
name:
# gnome
@ -9,8 +10,8 @@
- gnome-control-center
- gnome-shell-extensions
- gnome-themes-extra
- gnome-shell-extension-dash-to-dock-git
- gnome-browser-connector
- gnome-tweaks
# dbs
- postgresql-client
@ -18,7 +19,6 @@
- unixodbc
# work
- visual-studio-code-bin
- azure-cli
# bluetooth
@ -26,10 +26,13 @@
- bluez-utils
- bluez-deprecated-tools
# docker
# containers
- docker
- docker-buildx
- docker-compose
- kubectl
- k9s
# gayming
- steam
@ -51,11 +54,15 @@
- libseccomp
- xz
- shellcheck
- kitty
- python-pipx
- exa
# misc
- networkmanager
- ttf-liberation
- firefox
- lutris
state: present
- name: Install aur packages
@ -63,10 +70,12 @@
name:
- visual-studio-code-bin
- python-pyodbc
- gnome-shell-extension-dash-to-dock-git
- protonqt-up
- protonut-qt
- jetbrains-toolbox
- pipx
- snapd
- microsoft-edge-stable-bin
state: present
- gnome-shell-extension-dash-to-dock-git
- gnome-shell-extension-pop-shell-git
- tree-sitter-git
- neovim-git
state: present