add oh my posh to bootstrap
This commit is contained in:
@@ -38,6 +38,9 @@
|
|||||||
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
|
||||||
|
|
||||||
- name: Create fonts directory
|
- name: Create fonts directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "~{{ regular_user }}/.fonts"
|
path: "~{{ regular_user }}/.fonts"
|
||||||
|
|||||||
Reference in New Issue
Block a user