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"