Merge branch 'master' of git.mvl.sh:vleeuwenmenno/dotfiles
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 25s
Nix Format Check / check-format (push) Failing after 1m28s
Python Lint Check / check-python (push) Failing after 19s

This commit is contained in:
Menno van Leeuwen 2025-05-20 20:21:25 +02:00
commit 9a3affe4c1
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
5 changed files with 17 additions and 2 deletions

View File

@ -164,7 +164,7 @@ fi
# Source ble.sh if it exists
if [[ -f "${HOME}/.nix-profile/share/blesh/ble.sh" ]]; then
source "${HOME}/.nix-profile/share/blesh/ble.sh"
# Custom function for fzf history search
function fzf_history_search() {
local selected

View File

@ -71,7 +71,6 @@
- io.github.johannesboehler2.BmiCalculator
- io.github.nokse22.Exhibit
- net.nokyan.Resources
- dev.zed.Zed
- io.github.flattool.Ignition
- io.github.bytezz.IPLookup
- org.gaphor.Gaphor

View File

@ -31,6 +31,9 @@
- name: Include Firefox PWA tasks
ansible.builtin.import_tasks: tasks/workstations/firefoxpwa.yml
- name: Include Zed Editor tasks
ansible.builtin.import_tasks: tasks/workstations/zed-editor.yml
- name: Include purge LibreOffice tasks
ansible.builtin.import_tasks: tasks/workstations/purge-libreoffice.yml

View File

@ -0,0 +1,11 @@
- name: Check if Zed Editor is installed
ansible.builtin.command:
cmd: zed --version
register: zed_version
ignore_errors: true
- name: Install Zed Editor
ansible.builtin.command:
cmd: curl -f https://zed.dev/install.sh | sh
ignore_errors: true
when: zed_version.rc != 0

View File

@ -32,3 +32,5 @@
[credential "https://gist.github.com"]
helper =
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
[gpg "ssh"]
program = /opt/1Password/op-ssh-sign