mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
ensuring xclip is installed
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: eza
|
name: eza
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install Xclip (clipboard manager for X)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: xclip
|
||||||
|
state: present
|
||||||
- name: Install Neofetch (operating system informations logger)
|
- name: Install Neofetch (operating system informations logger)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user