-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdot_eget.toml.tmpl
More file actions
40 lines (36 loc) · 1.73 KB
/
Copy pathdot_eget.toml.tmpl
File metadata and controls
40 lines (36 loc) · 1.73 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
# This file is managed by chezmoi in {{ .chezmoi.sourceFile }}. DO NOT EDIT directly.
# To modify, use `chezmoi edit ~/.eget.toml --apply`.
# see https://github.com/zyedidia/eget#configuration
[global]
target = "~/.local/bin"
{{- if (index . "github") }}
{{- if (index . "github" "user") }}
{{- if (index . "github" "user" "prime" "pat") }}
github_token = "{{ .github.user.prime.pat }}"
{{- else }}
# '.github.user.prime.pat' required in chezmoi.toml if this is desired:
# github_token = "ghp_1234567890"
{{- end }}
{{- end}}
{{- end}}
quiet = true
show_hash = false
upgrade_only = true
# If any of the following GitHub binaries are available in the Homebrew Formulae or pkgx pantry,
# switch from eget to Homebrew or pkgx.
# --------------------------------------------------------------------------------------------------
# `run_once_dot_strategy-coach.sh.tmpl` will be executed by chezmoi if this file is edited+applied.
# --------------------------------------------------------------------------------------------------
# - the keys `scwsh_*` are not recognized by `eget`, the Strategy Coach Workspaces documentation
# system uses those for coach-doctor.
["surveilr/packages"]
asset_filters = [ "tar.gz" ]
scwsh_repo_url = "https://github.com/surveilr/packages"
scwsh_description = "Resource Surveillance and Integration Engine (surveilr)"
scwsh_doctor_cmd = "surveilr --version"
# TODO: the openobserve binaries are no longer in Git (SNS 08-09-2025), figure out another way to install
#["openobserve/openobserve"]
#asset_filters = [ "linux-amd64-musl" ]
#scwsh_repo_url = "https://github.com/openobserve/openobserve"
#scwsh_description = "Elasticsearch/Splunk/Datadog alternative"
#scwsh_doctor_cmd = "openobserve --version"