-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlazydocker.yml
More file actions
executable file
·24 lines (24 loc) · 678 Bytes
/
lazydocker.yml
File metadata and controls
executable file
·24 lines (24 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# To use on your manifest:
# - name: lazydocker
# type: manifest
# opts:
# source: git@github.com/chenasraf/sofmani.git
# path: docs/recipes/lazydocker.yml
install:
- name: lazydocker
type: group
steps:
- name: lazydocker
type: brew
opts:
tap: jesseduffield/lazydocker
- name: lazydocker
type: github-release
platforms:
only: ['linux']
opts:
repository: jesseduffield/lazydocker
strategy: tar
destination: ~/.local/bin
# destination: /usr/local/bin
download_filename: lazydocker_{{ .Version }}_Linux_{{ .ArchAlias }}.tar.gz