Skip to content

Commit

Permalink
feat: add new tool eza
Browse files Browse the repository at this point in the history
The tool `eza` is a modern alternative to ls.
  • Loading branch information
jeffreytse committed Oct 21, 2024
1 parent b809ce9 commit 47611d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/playbooks/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,13 @@
name: tree
state: latest
become: true

###########################
# eza
# A modern alternative to ls
# https://github.com/eza-community/eza
###########################
- name: All => Install eza
community.general.cargo:
name: eza
locked: true

0 comments on commit 47611d3

Please sign in to comment.