Add mise config
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -5,6 +5,10 @@
|
||||
|
||||
!ghostty/
|
||||
|
||||
!mise/
|
||||
mise/*
|
||||
!mise/config.toml
|
||||
|
||||
!nvim/
|
||||
nvim/lazy-lock.json
|
||||
nvim/lazyvim.json
|
||||
|
||||
8
mise/config.toml
Normal file
8
mise/config.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[settings]
|
||||
experimental = true
|
||||
env_shell_expand = true
|
||||
|
||||
[env]
|
||||
_.file = ".secrets.yaml"
|
||||
SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age"
|
||||
TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net"
|
||||
Reference in New Issue
Block a user