mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added xorg xinit installation
This commit is contained in:
@@ -3,6 +3,16 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Install rsync (file synchronizer)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: rsync
|
||||||
|
state: present
|
||||||
|
- name: Install Xinit (Xorg startup script)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: xorg-xinit
|
||||||
|
state: present
|
||||||
- name: Install Tokei (line of code counter)
|
- name: Install Tokei (line of code counter)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user