From 573f2d67fbbdce761a71eeb22a94e4b323fb8746 Mon Sep 17 00:00:00 2001 From: interviews <> Date: Wed, 29 Oct 2025 19:55:49 +0000 Subject: [PATCH] Initial commit --- .gitignore | 1 + mise.toml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 mise.toml 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"