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
|
||||
dnf:
|
||||
name:
|
||||
@ -28,6 +21,13 @@
|
||||
- pyright
|
||||
- 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
|
||||
flatpak:
|
||||
name:
|
||||
|
@ -9,6 +9,7 @@
|
||||
#- pipewire-codec-aptx # PipeWire Bluetooth aptX codec plugin
|
||||
- ansible # Simple deployment, configuration management and execution framework
|
||||
- build-essential
|
||||
- pkg-config
|
||||
- qemu-system
|
||||
- libvirt-daemon-system
|
||||
- trash-cli # Command line interface to the freedesktop.org trashcan
|
||||
|
Loading…
x
Reference in New Issue
Block a user