diff --git a/README.md b/README.md index b1996bd..7a0bc9a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/roles/bash/tasks/main.yml b/roles/bash/tasks/main.yml index e42c249..6275c36 100644 --- a/roles/bash/tasks/main.yml +++ b/roles/bash/tasks/main.yml @@ -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"