From 0719bb3851f8684ee267f99fd4f993d016cde649 Mon Sep 17 00:00:00 2001 From: sebastian Date: Mon, 21 Apr 2025 12:35:02 +0200 Subject: [PATCH] add oh my posh to bootstrap --- dot_bootstrap/setup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_bootstrap/setup.yml b/dot_bootstrap/setup.yml index 5c48186..6362b5b 100644 --- a/dot_bootstrap/setup.yml +++ b/dot_bootstrap/setup.yml @@ -38,6 +38,9 @@ name: "{{ regular_user }}" shell: /usr/bin/zsh + - name: Install OhMyPosh + ansible.builtin.command: curl -s https://ohmyposh.dev/install.sh | bash -s + - name: Create fonts directory ansible.builtin.file: path: "~{{ regular_user }}/.fonts"