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-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

View file

@ -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,4 +33,4 @@
state: present state: present
tags: tags:
- debian - debian
- gui - gui

View file

@ -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

View file

@ -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

2
vimrc
View file

@ -27,4 +27,4 @@ set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
augroup filetype_vim augroup filetype_vim
autocmd! autocmd!
autocmd FileType vim setlocal foldmethod=marker autocmd FileType vim setlocal foldmethod=marker
augroup END augroup END