mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added i3 gaps installation
This commit is contained in:
@@ -13,6 +13,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: xorg-xinit
|
name: xorg-xinit
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install i3-gaps (window manager)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: i3-gaps
|
||||||
|
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