Skip to content

Commit

Permalink
add instalation of util programs
Browse files Browse the repository at this point in the history
  • Loading branch information
awojasinski committed Apr 2, 2024
1 parent 9068a86 commit 157d072
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/utils/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- name: Install util commands
community.general.homebrew:
name: "{{ item }}"
with_items:
- bat # Like cat but with syntax highlighting
- fzf # Fuzzy finder
- entr # Run arbitrary commands when files change

0 comments on commit 157d072

Please sign in to comment.