add chezmoi back

This commit is contained in:
Tyler Starr 2023-07-03 21:08:45 -07:00
parent bae33fbf6b
commit b261672e1c

View File

@ -18,6 +18,8 @@
- cargo
- borgbackup
- fzf
- chezmoi
state: present
become: true
- name: Install chezmoi
ansible.builtin.shell: sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin # Manage your dotfiles across multiple machines, securely