Skip to content

Commit

Permalink
feat: add new tool exa to dev playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Oct 22, 2024
1 parent 47611d3 commit dc7018e
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 @@ -308,6 +308,16 @@
state: latest
become: true

###########################
# exa
# A modern replacement for 'ls'
# https://github.com/ogham/exa
###########################
- name: All => Install exa
community.general.cargo:
name: exa
locked: true

###########################
# eza
# A modern alternative to ls
Expand Down

0 comments on commit dc7018e

Please sign in to comment.