feat(README.md): add README for Manage OpenLDAP script
feat(fnox.toml): add fnox provider configuration feat(main.sh): create main shell script for Manage OpenLDAP feat(mise.toml): add tools and env configurations for mise feat(sources/functions.sh): create functions shell script for Manage OpenLDAP
This commit is contained in:
commit
f756ca2991
5 changed files with 115 additions and 0 deletions
9
mise.toml
Normal file
9
mise.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[tools]
|
||||
age = "latest"
|
||||
fnox = "latest"
|
||||
fzf = "latest"
|
||||
lazygit = "latest"
|
||||
npm = "latest"
|
||||
|
||||
[env]
|
||||
PROVIDER = "ollama"
|
||||
Loading…
Add table
Add a link
Reference in a new issue