mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added tokei installation
This commit is contained in:
+5
-1
@@ -3,7 +3,11 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install Xset
|
- name: Install Tokei (line of code counter)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: tokei
|
||||||
|
state: present
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: xorg-xset
|
name: xorg-xset
|
||||||
|
|||||||
Reference in New Issue
Block a user