1
0
Fork 0

update arch and debian package list

This commit is contained in:
cătălin 2024-09-16 09:01:56 +02:00
commit bcb3982564
No known key found for this signature in database
6 changed files with 17 additions and 6 deletions

1
ansible/adguardian Executable file
View file

@ -0,0 +1 @@
Not Found

View file

@ -53,13 +53,18 @@
- python-pipx
- python-gobject
# misc
- networkmanager
# fonts
- noto-fonts-cjk
- noto-fonts-emoji
- noto-fonts
- ttf-liberation
- firefox
- lutris
- ttf-inconsolata
- ttf-fira-code
# misc
- networkmanager
- firefox
- lutris
- nodejs
- npm
- fd

View file

@ -19,6 +19,7 @@
- freetds-bin
- freetds-common
- freetds-dev
- unzip
state: present
tags:
- debian
@ -32,4 +33,4 @@
state: present
tags:
- debian
- gui
- gui

View file

@ -32,10 +32,12 @@
tags:
- arch
- name: Install Debian packages
become: true
when: ansible_os_family == "Debian"
ansible.builtin.import_tasks: debian.yml
tags:
- debian
@ -53,7 +55,6 @@
curl_install_urls:
- https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer
- https://astral.sh/uv/install.sh
- https://zed.dev/install.sh | ZED_CHANNEL=preview
tags:
- curl
@ -64,6 +65,7 @@
vars:
curl_install_urls:
- https://sw.kovidgoyal.net/kitty/installer.sh
- https://zed.dev/install.sh | ZED_CHANNEL=preview
tags:
- gui
- curl