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