Files
dotfiles/variables.yml

40 lines
919 B
YAML
Raw Normal View History

2022-05-02 20:26:38 +02:00
terraform_version: 1.1.9
2022-05-02 20:26:56 +02:00
kubectl_version: v1.23.6
2022-05-02 20:27:49 +02:00
go_version: "1.18.1"
2022-05-02 20:28:01 +02:00
portfolio_performace_version: "0.57.2"
2021-10-31 13:24:43 +01:00
cargo_crate_list:
- crate: just
binary: just
2022-05-02 20:34:53 +02:00
version: 1.1.2
2021-10-31 13:24:43 +01:00
- crate: ripgrep
binary: rg
version: 13.0.0
2022-06-29 15:29:02 +02:00
features:
- pcre2
- simd-accel
toolchain: nightly # necessary for SIMD
required_packages:
- ubuntu: libpcre2-dev
archlinux: pcre2
2021-10-31 13:24:43 +01:00
- crate: fd-find
binary: fd
2022-05-02 20:50:31 +02:00
version: 8.3.1
2021-10-31 13:24:43 +01:00
- crate: bat
binary: bat
2022-05-02 20:35:48 +02:00
version: 0.20.0
2021-10-31 13:24:43 +01:00
- crate: exa
binary: exa
version: 0.10.1
2022-06-29 15:29:02 +02:00
toolchain: "1.60" # Fails with 1.61, see https://github.com/rust-lang/rust/issues/97255
2021-10-31 13:24:43 +01:00
- crate: watchexec-cli
binary: watchexec
2022-05-02 20:36:31 +02:00
version: 1.19.0
2021-11-16 18:45:38 +01:00
- url: https://github.com/hakoerber/git-repo-manager
binary: grm
2022-05-02 20:16:49 +02:00
branch: develop
2021-11-16 18:45:38 +01:00
source: git
toolchain: nightly
2022-06-29 15:29:02 +02:00
features:
- static-build
target: x86_64-unknown-linux-musl