From 81320f3fe07f18f77b14de43812965197eecaf9e Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 1 May 2018 15:05:42 +0000 Subject: [PATCH] [meta] install more apps for irregular-apocalypse --- ansible/irregular-apocalypse.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ansible/irregular-apocalypse.yml b/ansible/irregular-apocalypse.yml index a880529..6addd5e 100644 --- a/ansible/irregular-apocalypse.yml +++ b/ansible/irregular-apocalypse.yml @@ -14,6 +14,8 @@ name: "{{ item }}" update_cache: yes with_items: + - cmake + - direnv - make - mosh - libterm-readkey-perl @@ -92,3 +94,11 @@ with_items: - exa - ripgrep + +- hosts: all + name: install fzf + tasks: + - git: + repo: https://github.com/junegunn/fzf.git + dest: ~/.fzf + - command: ~/.fzf/install