1
0
Fork 0

add zed curler

This commit is contained in:
cătălin 2024-09-11 18:28:56 +02:00
commit 9bdc06fe0f
No known key found for this signature in database
4 changed files with 34 additions and 10 deletions

View file

@ -30,8 +30,6 @@
- docker - docker
- docker-buildx - docker-buildx
- docker-compose - docker-compose
- kubectl
- k9s
# gayming # gayming
- steam - steam
@ -43,7 +41,6 @@
- mesa - mesa
# utils # utils
- glow
- python-virtualenv - python-virtualenv
- asciinema - asciinema
- trash-cli - trash-cli
@ -53,9 +50,7 @@
- libseccomp - libseccomp
- xz - xz
- shellcheck - shellcheck
- kitty
- python-pipx - python-pipx
- exa
- python-gobject - python-gobject
# misc # misc
@ -76,7 +71,6 @@
- name: Install aur packages - name: Install aur packages
kewlfft.aur.aur: kewlfft.aur.aur:
name: name:
- spotify-tui
- visual-studio-code-bin - visual-studio-code-bin
- python-pyodbc - python-pyodbc
- protonut-qt - protonut-qt
@ -88,7 +82,6 @@
- neovim-git - neovim-git
- papirus-icon-theme-git - papirus-icon-theme-git
- pop-launcher-git - pop-launcher-git
- spotifyd
state: present state: present
tags: tags:
- aur - aur

View file

@ -2,19 +2,34 @@
- name: Install Debian packages - name: Install Debian packages
ansible.builtin.package: ansible.builtin.package:
name: name:
- qalculate-gtk
- rofi-dev - rofi-dev
- g++ - g++
- nodejs - nodejs
- npm - npm
- python3.11-venv - python3.11-venv
- parallel - parallel
- snapd
- postgresql-client-common - postgresql-client-common
- libnss3-tools - libnss3-tools
- hwinfo - hwinfo
- rsync - rsync
- nmap - nmap
- netcat
- nodejs - nodejs
- unixodbc
- unixodbc-dev
- freetds-bin
- freetds-common
- freetds-dev
state: present state: present
tags:
- debian
- name: Install Debian GUI packages
ansible.builtin.package:
name:
- rofi-dev
- qalculate-gtk
- snapd
state: present
tags:
- debian
- gui

View file

@ -52,10 +52,23 @@
vars: vars:
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://zed.dev/install.sh | ZED_CHANNEL=preview
tags: tags:
- curl - curl
- name: Curl GUI installers
become: false
ansible.builtin.import_tasks: curlers.yml
vars:
curl_install_urls:
- https://sw.kovidgoyal.net/kitty/installer.sh
tags:
- gui
- curl
- name: Install Python packages - name: Install Python packages
ansible.builtin.import_tasks: python.yml ansible.builtin.import_tasks: python.yml
tags: tags:
@ -65,9 +78,11 @@
ansible.builtin.import_tasks: flatpak.yml ansible.builtin.import_tasks: flatpak.yml
tags: tags:
- flatpak - flatpak
- gui
- name: Install Snap packages - name: Install Snap packages
become: true become: true
ansible.builtin.import_tasks: snap.yml ansible.builtin.import_tasks: snap.yml
tags: tags:
- snap - snap
- gui

View file

@ -24,3 +24,4 @@ packages:
- name: sharkdp/bat@v0.24.0 - name: sharkdp/bat@v0.24.0
- name: Wilfred/difftastic@0.60.0 - name: Wilfred/difftastic@0.60.0
- name: bootandy/dust@v1.1.1 - name: bootandy/dust@v1.1.1
- name: ogham/exa@v0.10.1