feat(user/zsh): install zoxide
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
2d8f1f7f36
commit
933c3dae34
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,13 @@
|
|||
name: fzf
|
||||
state: present
|
||||
become: true
|
||||
when: ansible_distribution not in [ "AlmaLinux" ]
|
||||
|
||||
- name: Install zoxide for jumping around
|
||||
ansible.builtin.package:
|
||||
name: zoxide
|
||||
state: present
|
||||
become: true
|
||||
when: ansible_distribution not in [ "openSUSE Leap" ]
|
||||
|
||||
# “yet another dialog” for the functions in zshrc
|
||||
- name: Install yad for prompts from shell
|
||||
|
|
Loading…
Reference in a new issue