install fzf

This commit is contained in:
Pim Kunis 2023-02-11 15:01:29 +01:00
parent 48b447929f
commit 3c58719363

View file

@ -13,6 +13,11 @@
copy: copy:
src: "{{ role_path }}/files/bashrc" src: "{{ role_path }}/files/bashrc"
dest: ~/.bashrc dest: ~/.bashrc
- name: Install fzf
git:
repo: https://github.com/junegunn/fzf.git
dest: ~/repos/fzf
depth: 1
- name: Install .fzf.bash - name: Install .fzf.bash
copy: copy:
src: "{{ role_path }}/files/fzf.bash" src: "{{ role_path }}/files/fzf.bash"