commit 573f2d67fbbdce761a71eeb22a94e4b323fb8746 Author: interviews <> Date: Wed Oct 29 19:55:49 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78fd378 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/*.sw* diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..3534d95 --- /dev/null +++ b/mise.toml @@ -0,0 +1,11 @@ +[env] +#HOME = "{{config_root}}" +#PS1 = '\[\033[38;2;26;95;180m\]\W\[\033[0m\]\[\033[38;2;205;214;244m\]\$ \[\033[0m\]' # no highlight +#PS1 = '\[\e[44m\]/\W/ \$\[\e[0m\] ' # blue highlight +#PS1 = '\[\e[42m\]/\W/ \$\[\e[0m\] ' # green highlight +PS1 = '\[\e[46m\]/\W/ \$\[\e[0m\] ' # cyan highlight + +[tools] +go = "latest" +jq = "latest" +yq = "latest"