update ohmyposh

This commit is contained in:
sebastian
2025-04-21 12:57:10 +02:00
parent 940a46b8c9
commit 20787c6add

View File

@@ -39,11 +39,6 @@
name: "{{ regular_user }}" name: "{{ regular_user }}"
shell: /usr/bin/zsh shell: /usr/bin/zsh
# - name: Install OhMyPosh
# ansible.builtin.command: curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/bin
# register: result
# failed_when: result.rc not in [0, 1]
- name: Create fonts directory - name: Create fonts directory
ansible.builtin.file: ansible.builtin.file:
path: "~{{ regular_user }}/.fonts" path: "~{{ regular_user }}/.fonts"