install fzf
This commit is contained in:
parent
48b447929f
commit
3c58719363
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
copy:
|
||||
src: "{{ role_path }}/files/bashrc"
|
||||
dest: ~/.bashrc
|
||||
- name: Install fzf
|
||||
git:
|
||||
repo: https://github.com/junegunn/fzf.git
|
||||
dest: ~/repos/fzf
|
||||
depth: 1
|
||||
- name: Install .fzf.bash
|
||||
copy:
|
||||
src: "{{ role_path }}/files/fzf.bash"
|
||||
|
|
Reference in a new issue