added zoxide for felix

This commit is contained in:
aminnairi
2023-04-10 17:28:44 +02:00
parent 5895680f18
commit a75da01e41
+5
View File
@@ -33,6 +33,11 @@
pacman: pacman:
name: chafa name: chafa
state: present state: present
- name: Install Zoxide (smarter cd command)
become: true
pacman:
name: zoxide
state: present
- name: Felix (command-line file manager) - name: Felix (command-line file manager)
become: true become: true
pacman: pacman: