mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
ensuring FZF is installed during the fish role
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
pacman:
|
||||
name: openvpn
|
||||
state: latest
|
||||
- name: Install FZF (for interacting with the OpenVPN function)
|
||||
become: true
|
||||
pacman:
|
||||
name: fzf
|
||||
state: present
|
||||
- name: Setup Fish
|
||||
synchronize:
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user