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-pipx
|
||||||
- python-gobject
|
- python-gobject
|
||||||
|
|
||||||
# misc
|
# fonts
|
||||||
- networkmanager
|
- noto-fonts-cjk
|
||||||
|
- noto-fonts-emoji
|
||||||
|
- noto-fonts
|
||||||
- ttf-liberation
|
- ttf-liberation
|
||||||
- firefox
|
|
||||||
- lutris
|
|
||||||
- ttf-inconsolata
|
- ttf-inconsolata
|
||||||
- ttf-fira-code
|
- ttf-fira-code
|
||||||
|
|
||||||
|
# misc
|
||||||
|
- networkmanager
|
||||||
|
- firefox
|
||||||
|
- lutris
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
- fd
|
- fd
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
- freetds-bin
|
- freetds-bin
|
||||||
- freetds-common
|
- freetds-common
|
||||||
- freetds-dev
|
- freetds-dev
|
||||||
|
- unzip
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
- debian
|
- debian
|
||||||
|
|
|
||||||
|
|
@ -32,10 +32,12 @@
|
||||||
tags:
|
tags:
|
||||||
- arch
|
- arch
|
||||||
|
|
||||||
|
|
||||||
- name: Install Debian packages
|
- name: Install Debian packages
|
||||||
become: true
|
become: true
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
ansible.builtin.import_tasks: debian.yml
|
ansible.builtin.import_tasks: debian.yml
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- debian
|
- debian
|
||||||
|
|
||||||
|
|
@ -53,7 +55,6 @@
|
||||||
curl_install_urls:
|
curl_install_urls:
|
||||||
- https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer
|
- https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.1/aqua-installer
|
||||||
- https://astral.sh/uv/install.sh
|
- https://astral.sh/uv/install.sh
|
||||||
- https://zed.dev/install.sh | ZED_CHANNEL=preview
|
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- curl
|
- curl
|
||||||
|
|
@ -64,6 +65,7 @@
|
||||||
vars:
|
vars:
|
||||||
curl_install_urls:
|
curl_install_urls:
|
||||||
- https://sw.kovidgoyal.net/kitty/installer.sh
|
- https://sw.kovidgoyal.net/kitty/installer.sh
|
||||||
|
- https://zed.dev/install.sh | ZED_CHANNEL=preview
|
||||||
tags:
|
tags:
|
||||||
- gui
|
- gui
|
||||||
- curl
|
- curl
|
||||||
|
|
|
||||||
|
|
@ -26,3 +26,5 @@ packages:
|
||||||
- name: bootandy/dust@v1.1.1
|
- name: bootandy/dust@v1.1.1
|
||||||
- name: ogham/exa@v0.10.1
|
- name: ogham/exa@v0.10.1
|
||||||
- name: atuinsh/atuin@v18.3.0
|
- 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