Skip to content

Commit

Permalink
feat: add new tool sd
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Feb 4, 2025
1 parent edd5251 commit 6769345
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansible/playbooks/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,14 @@
community.general.cargo:
name: eza
locked: true

###########################
# sd
# Intuitive find & replace CLI (sed alternative)
# https://github.com/chmln/sd
# #########################
- name: Install sd
community.general.cargo:
name: sd
locked: true

0 comments on commit 6769345

Please sign in to comment.