mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
23 lines
603 B
YAML
Executable File
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
|