-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.github-gofer.yaml
More file actions
54 lines (54 loc) · 1.48 KB
/
.github-gofer.yaml
File metadata and controls
54 lines (54 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
path: ~/.bin # Global path for all repos (optional).
repos:
- name: mcp-lsp-bridge
owner: rockerBOO
repo: mcp-lsp-bridge
path: ~/.bin # Local path for this repo (optional).
download: ^.*Darwin # Download file name or regex (optional).
matchers:
- pattern: .* # File name or regex (optional).
path: ~/.bin # Local path for this file (optional).
mode: 755 # File mode (optional).
- name: k9s
owner: derailed
repo: k9s
path: ~/.bin # Local path for this repo (optional).
download: ^k9s_Darwin_arm64.tar.gz$ # Download file name or regex (optional).
matchers:
- pattern: k9s # File name or regex (optional).
path: ~/.bin # Local path for this file (optional).
mode: 755 # File mode (optional).
- name: istioctl
owner: istio
repo: istio
download: istioctl.*osx-arm64.tar.gz$
matchers:
- pattern: istioctl
mode: 755
- name: golangci-lint
owner: golangci
repo: golangci-lint
download: darwin-arm64.tar.gz$
matchers:
- pattern: golangci-lint
- name: ktop
owner: vladimirvivien
repo: ktop
download: ktop_v0.3.7_darwin_arm64.tar.gz
matchers:
- pattern: ^ktop$
mode: 755
- name: dbee
owner: murat-cileli
repo: dbee
download: .*_Darwin_arm64.tar.gz$
matchers:
- pattern: dbee
mode: 755
- name: pdd
owner: jarun
repo: pdd
download: .*_Darwin_arm64.tar.gz$
matchers:
- pattern: pdd
mode: 755