move the starship install to the sync setup

This commit is contained in:
Morgan McMillian 2024-08-17 09:57:09 -07:00
parent 730609325e
commit ebed161f7b

View file

@ -23,11 +23,13 @@
state: directory
mode: "0755"
- name: Install Starship
- name: Setup config directory
ansible.builtin.file:
src: "{{ host_home_dir }}/bin/starship"
dest: "{{ home_dir }}/bin/starship"
state: link
path: "{{ home_dir }}/.config"
state: directory
mode: "0755"
- name: Setup config directory
ansible.builtin.file: