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