-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
68 lines (62 loc) · 1.59 KB
/
config.toml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[tools]
aws-nuke = "latest"
glab = "1.46.1"
go = "1.23.2"
kubectl = "1.31.1"
node = "20.18.0"
python = "3.13.0"
pre-commit = "latest"
protoc = "latest"
rust = "1.82.0"
terraform-docs = "latest"
usage = "latest"
tflint = "latest"
#####################################
# Python Packages - Managed by pipx #
#####################################
pipx = "latest"
"pipx:ansible" = "latest"
"pipx:ansible-lint" = "latest"
"pipx:aws-gate" = "latest"
"pipx:gnome-extensions-cli" = "0.10.3"
"pipx:harlequin" = { version = "latest", extras = "postgres" }
"pipx:pgcli" = "latest"
"pipx:readmeai" = "latest"
"pipx:smassh" = "latest"
"pipx:thefuck" = "latest"
"pipx:tldr" = "latest"
##################
# Cargo Packages #
##################
"cargo:ag" = "latest"
"cargo:bandwhich" = "latest"
"cargo:crates-tui" = "latest"
"cargo:gitnr" = "latest"
"cargo:hwatch" = "latest"
"cargo:oha" = "latest"
"cargo:onefetch" = "latest"
"cargo:pik" = "latest"
"cargo:rbw" = "latest"
"cargo:ripgrep_all" = "latest"
"cargo:serie" = "latest"
"cargo:zeitfetch" = "latest"
"cargo:https://github.com/fioncat/otree" = "HEAD"
###############
# Go Packages #
###############
"go:github.com/brumhard/krewfile" = "latest"
"go:github.com/chip/pathos" = "latest"
"go:github.com/umlx5h/gtrash" = "latest"
"go:github.com/walles/moar" = "latest"
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "v1.2"
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "v1.28"
################
# NPM Packages #
################
"npm:gitlab-ci-local" = "latest"
################
# UBI Packages #
################
"ubi:darkhz/bluetuith" = "latest"
[settings]
pipx_uvx = true