remove typora and stuff from vars
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user