Skip to content

Commit

Permalink
symlink batcat to bat
Browse files Browse the repository at this point in the history
  • Loading branch information
geloman committed Nov 19, 2024
1 parent 9f10c8b commit 554a179
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/common/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@
- neofetch
- ansible
state: latest

- name: Symlink batcat to bat
ansible.builtin.file:
src: /usr/bin/batcat
dest: /usr/bin/bat
state: link

0 comments on commit 554a179

Please sign in to comment.