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