update arch and debian package list
This commit is contained in:
parent
61f4f76536
commit
bcb3982564
6 changed files with 17 additions and 6 deletions
1
ansible/adguardian
Executable file
1
ansible/adguardian
Executable file
|
|
@ -0,0 +1 @@
|
|||
Not Found
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
- freetds-bin
|
||||
- freetds-common
|
||||
- freetds-dev
|
||||
- unzip
|
||||
state: present
|
||||
tags:
|
||||
- debian
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -26,3 +26,5 @@ packages:
|
|||
- name: bootandy/dust@v1.1.1
|
||||
- name: ogham/exa@v0.10.1
|
||||
- name: atuinsh/atuin@v18.3.0
|
||||
- name: jqlang/jq@jq-1.7.1
|
||||
- name: derailed/popeye@v0.21.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue