mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-01-11 23:35:21 +00:00
add mise and colima
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user