mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added which program installation
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
pacman:
|
||||
name: git
|
||||
state: present
|
||||
- name: Install Which
|
||||
become: true
|
||||
pacman:
|
||||
name: which
|
||||
state: present
|
||||
- name: Install Eza (alternative to ls)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user