hyprland updates; nvim updates; misc updates

This commit is contained in:
Johannes Knopp
2026-01-06 01:45:44 +01:00
parent 7c918c3c17
commit 4093701fca
14 changed files with 246 additions and 56 deletions

View File

@ -8,7 +8,7 @@
shell: |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" --unattended
args:
creates: "{{ ansible_env.HOME }}/.oh-my-zsh"
creates: "{{ ansible_facts.env.HOME }}/.oh-my-zsh"
- name: Check for custom zshrc
stat:
@ -18,7 +18,7 @@
- name: Symlink custom zshrc
file:
src: "{{ role_path }}/files/.zshrc"
dest: "{{ ansible_env.HOME }}/.zshrc"
dest: "{{ ansible_facts.env.HOME }}/.zshrc"
state: link
force: yes
when: custom_zshrc.stat.exists