87 lines
1.5 KiB
YAML
87 lines
1.5 KiB
YAML
---
|
|
- name: Install Arch packages
|
|
become: true
|
|
ansible.builtin.package:
|
|
name:
|
|
# gnome
|
|
- gnome
|
|
- gnome-extra
|
|
- gnome-bluetooth-3.0
|
|
- gnome-control-center
|
|
- gnome-shell-extensions
|
|
- gnome-themes-extra
|
|
- gnome-browser-connector
|
|
- gnome-tweaks
|
|
|
|
# dbs
|
|
- postgresql-client
|
|
- freetds
|
|
- unixodbc
|
|
|
|
# work
|
|
- azure-cli
|
|
|
|
# bluetooth
|
|
- bluez
|
|
- bluez-utils
|
|
- bluez-deprecated-tools
|
|
|
|
# containers
|
|
- docker
|
|
- docker-buildx
|
|
- docker-compose
|
|
|
|
# gayming
|
|
- steam
|
|
- steam-native-runtime
|
|
- mangohud
|
|
- lib32-mangohud
|
|
- gamemode
|
|
- lib32-gamemode
|
|
- mesa
|
|
|
|
# utils
|
|
- python-virtualenv
|
|
- asciinema
|
|
- trash-cli
|
|
- git
|
|
- base-devel
|
|
- bubblewrap
|
|
- libseccomp
|
|
- xz
|
|
- shellcheck
|
|
- python-pipx
|
|
- python-gobject
|
|
|
|
# misc
|
|
- networkmanager
|
|
- ttf-liberation
|
|
- firefox
|
|
- lutris
|
|
- ttf-inconsolata
|
|
- ttf-fira-code
|
|
- nodejs
|
|
- npm
|
|
- fd
|
|
- less
|
|
- timew
|
|
- man
|
|
state: present
|
|
|
|
- name: Install aur packages
|
|
kewlfft.aur.aur:
|
|
name:
|
|
- visual-studio-code-bin
|
|
- python-pyodbc
|
|
- protonut-qt
|
|
- jetbrains-toolbox
|
|
- snapd
|
|
- gnome-shell-extension-dash-to-dock-git
|
|
- catppuccin-gtk-theme-mocha
|
|
- tree-sitter-git
|
|
- neovim-git
|
|
- papirus-icon-theme-git
|
|
- pop-launcher-git
|
|
state: present
|
|
tags:
|
|
- aur
|