install fzf

This commit is contained in:
Pim Kunis 2023-02-11 15:01:29 +01:00
parent 48b447929f
commit 3ac5371313
2 changed files with 5 additions and 1 deletions

View file

@ -15,7 +15,6 @@ My current setup is [Regolith OS](https://regolith-desktop.com/) which is basica
- some kind of tag setup with: bootstrap, update, etc.
- i3 app shortcuts
- Configuration for desktop at uni. It should be really similar, except syncthing should have a new keypair. Also some applications are not necessary, e.g. nicotine+ and virtualbox.
- I think fzf is not cloned?
Would like Ansible Vault to check in keypair for syncthing.
However, then I would need a password to unlock the vault.

View file

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