add mise and colima

This commit is contained in:
2025-12-31 12:41:20 +01:00
parent 71cf51f301
commit d4c6b6eaaf
2 changed files with 14 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
croc
asciinema_3
grex
mise
# Rust utils
bat
@@ -78,6 +79,7 @@
g = "lazygit";
d = "lazydocker";
k = "kubectl";
colima-start = "colima start --cpu 4 --memory 8 --vm-type=vz --vz-rosetta";
};
};
@@ -98,6 +100,9 @@
if type -q nvs
nvs env --source | source
end
if type -q mise
mise activate fish | source
end
'';
};
bash = {