mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
moved installation of eza in the fish role
This commit is contained in:
@@ -14,11 +14,6 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: which
|
name: which
|
||||||
state: latest
|
state: latest
|
||||||
- name: Install Eza (alternative to ls)
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: eza
|
|
||||||
state: latest
|
|
||||||
- name: Install Fd (alternative to find)
|
- name: Install Fd (alternative to find)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: fish
|
name: fish
|
||||||
state: latest
|
state: latest
|
||||||
|
- name: Install Eza (alternative to ls)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: eza
|
||||||
|
state: latest
|
||||||
- name: Install Fastfetch (operating system informations logger)
|
- name: Install Fastfetch (operating system informations logger)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user