From 20787c6add980957f04855e7291743ef77313c21 Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 21 Apr 2025 12:57:10 +0200 Subject: [PATCH] update ohmyposh --- dot_bootstrap/setup.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dot_bootstrap/setup.yml b/dot_bootstrap/setup.yml index 45b145a..5b223e4 100644 --- a/dot_bootstrap/setup.yml +++ b/dot_bootstrap/setup.yml @@ -39,11 +39,6 @@ name: "{{ regular_user }}" 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 ansible.builtin.file: path: "~{{ regular_user }}/.fonts"