mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
installing neofetch when running the playbook
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
pacman:
|
||||
name: eza
|
||||
state: present
|
||||
- name: Install Neofetch (operating system informations logger)
|
||||
become: true
|
||||
pacman:
|
||||
name: neofetch
|
||||
state: present
|
||||
- name: Install Fd (alternative to find)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user