[meta] install more apps for irregular-apocalypse

pull/28/head
Alpha Chen 6 years ago
parent 6cdaec53ac
commit 81320f3fe0

@ -14,6 +14,8 @@
name: "{{ item }}" name: "{{ item }}"
update_cache: yes update_cache: yes
with_items: with_items:
- cmake
- direnv
- make - make
- mosh - mosh
- libterm-readkey-perl - libterm-readkey-perl
@ -92,3 +94,11 @@
with_items: with_items:
- exa - exa
- ripgrep - ripgrep
- hosts: all
name: install fzf
tasks:
- git:
repo: https://github.com/junegunn/fzf.git
dest: ~/.fzf
- command: ~/.fzf/install

Loading…
Cancel
Save