Files
sofmani/docs/recipes/lazygit.yml

23 lines
603 B
YAML
Executable File

# To use on your manifest:
# - name: lazygit
# type: manifest
# opts:
# source: git@github.com/chenasraf/sofmani.git
# path: docs/recipes/lazygit.yml
install:
- name: lazygit
type: group
steps:
- name: lazygit
type: brew
- name: lazygit
type: github-release
platforms:
only: ['linux']
opts:
repository: jesseduffield/lazygit
strategy: tar
destination: ~/.local/bin
# destination: /usr/local/bin
download_filename: lazygit_{{ .Version }}_Linux_{{ .ArchAlias }}.tar.gz