feat(ubuntu): finished up ubuntu desktop setup
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
5
roles/setup/tasks/starship.yml
Normal file
5
roles/setup/tasks/starship.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Install starship
|
||||
ansible.builtin.shell: yes | bash -c "curl -sS https://starship.rs/install.sh"
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.config/starship.toml" # Adjust based on where starship installs
|
||||
Reference in New Issue
Block a user