1
0
Fork 0
dotfiles/ansible/roles/packages/tasks/arch.yml

92 lines
1.6 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
# fonts
- noto-fonts-cjk
- noto-fonts-emoji
- noto-fonts
- ttf-liberation
- ttf-inconsolata
- ttf-fira-code
# misc
- networkmanager
- firefox
- lutris
- 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