diff --git a/README.md b/README.md index fc5bf7e..d8a6f92 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Below is a list of the software: - Lazygit - Neovim/LazyVim - Maven +- MISE - Moar - Ov - Profile diff --git a/fish/dot-config/fish/conf.d/mise.fish b/fish/dot-config/fish/conf.d/mise.fish new file mode 100644 index 0000000..ef779be --- /dev/null +++ b/fish/dot-config/fish/conf.d/mise.fish @@ -0,0 +1 @@ +/usr/bin/mise activate fish | source diff --git a/mise/dot-config/mise/config.toml b/mise/dot-config/mise/config.toml new file mode 100644 index 0000000..2e49b19 --- /dev/null +++ b/mise/dot-config/mise/config.toml @@ -0,0 +1,5 @@ +[tools] +go = "1.23.1" + +[settings] +experimental = true