mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
20 lines
419 B
YAML
Executable File
20 lines
419 B
YAML
Executable File
# To use on your manifest:
|
|
# - name: fzf
|
|
# type: manifest
|
|
# opts:
|
|
# source: git@github.com/chenasraf/sofmani.git
|
|
# path: docs/recipes/fzf.yml
|
|
install:
|
|
- name: fzf
|
|
type: group
|
|
steps:
|
|
- name: fzf
|
|
type: brew
|
|
- name: fzf
|
|
type: git
|
|
platforms:
|
|
only: ['linux']
|
|
post_install: ~/.fzf/install --all
|
|
opts:
|
|
destination: ~/.fzf
|