mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix lazygit
This commit is contained in:
parent
79621ea1c4
commit
0f1f304086
@ -1,10 +1,3 @@
|
|||||||
- name: Enable lazygit copr repo
|
|
||||||
tags: ["once"]
|
|
||||||
community.general.copr:
|
|
||||||
name: atim/lazygit
|
|
||||||
state: enabled
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Install development void packages
|
- name: Install development void packages
|
||||||
dnf:
|
dnf:
|
||||||
name:
|
name:
|
||||||
@ -28,6 +21,13 @@
|
|||||||
- pyright
|
- pyright
|
||||||
- tmuxp
|
- tmuxp
|
||||||
|
|
||||||
|
- name: Install lazygit
|
||||||
|
include_tasks: ../include/download-github-archive.yml
|
||||||
|
loop:
|
||||||
|
- user: jesseduffield
|
||||||
|
repo: lazygit
|
||||||
|
regex: Linux_x86_64.tar.gz
|
||||||
|
|
||||||
- name: Install development flatpaks
|
- name: Install development flatpaks
|
||||||
flatpak:
|
flatpak:
|
||||||
name:
|
name:
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#- pipewire-codec-aptx # PipeWire Bluetooth aptX codec plugin
|
#- pipewire-codec-aptx # PipeWire Bluetooth aptX codec plugin
|
||||||
- ansible # Simple deployment, configuration management and execution framework
|
- ansible # Simple deployment, configuration management and execution framework
|
||||||
- build-essential
|
- build-essential
|
||||||
|
- pkg-config
|
||||||
- qemu-system
|
- qemu-system
|
||||||
- libvirt-daemon-system
|
- libvirt-daemon-system
|
||||||
- trash-cli # Command line interface to the freedesktop.org trashcan
|
- trash-cli # Command line interface to the freedesktop.org trashcan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user