This commit is contained in:
Pim Kunis 2023-02-14 00:13:10 +01:00
parent c03dbc65bc
commit f6299e11e4
4 changed files with 7 additions and 29 deletions

View file

@ -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"