remove typora and stuff from vars

This commit is contained in:
Bartal Laearsson
2026-06-29 13:35:57 +01:00
parent 753dfe7dc8
commit c78ddf7189
3 changed files with 1 additions and 38 deletions
-3
View File
@@ -1,5 +1,4 @@
---
# The playbook must be started as the desktop user, not through sudo.
user_name: "{{ lookup('env', 'USER') }}"
user_home: "{{ lookup('env', 'HOME') }}"
dotfiles_dir: "{{ user_home }}/dotfiles"
@@ -142,13 +141,11 @@ rustup_components:
- rust-analyzer
- rust-src
# Direct stable release binary published by the verified Zen Browser project.
zen_archive_url: https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-x86_64.tar.xz
zen_archive: /tmp/zen.linux-x86_64.tar.xz
zen_install_dir: "{{ user_home }}/.tarball-installations/zen"
zen_desktop_file: zen.desktop
# Existing Fedora-only tool retained from this repository.
sqlcmd_version: "1.8.1"
sqlcmd_archive: sqlcmd-linux-amd64.tar.bz2
sqlcmd_url: "https://github.com/microsoft/go-sqlcmd/releases/download/v{{ sqlcmd_version }}/{{ sqlcmd_archive }}"