fix fzf
This commit is contained in:
parent
c03dbc65bc
commit
f6299e11e4
4 changed files with 7 additions and 29 deletions
|
@ -4,15 +4,11 @@
|
|||
pkg:
|
||||
- fd-find
|
||||
- bat
|
||||
- fzf
|
||||
- name: Install .bashrc
|
||||
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