mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added installation of lazygit
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: git
|
name: git
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install LazyGit (Git TUI)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: lazygit
|
||||||
|
state: present
|
||||||
- name: Copy the configuration for Git
|
- name: Copy the configuration for Git
|
||||||
synchronize:
|
synchronize:
|
||||||
src: .gitconfig
|
src: .gitconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user