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:
TheHackdes 2026-05-04 18:33:16 +02:00
commit f756ca2991
5 changed files with 115 additions and 0 deletions

9
mise.toml Normal file
View file

@ -0,0 +1,9 @@
[tools]
age = "latest"
fnox = "latest"
fzf = "latest"
lazygit = "latest"
npm = "latest"
[env]
PROVIDER = "ollama"