colima tweaks

This commit is contained in:
Matthew Ryan Dillon 2023-10-15 14:35:38 +02:00
parent 844a14110b
commit 23c328657f
3 changed files with 15 additions and 16 deletions

View file

@ -21,7 +21,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
alias i="ipython3"
{{ if eq .chezmoi.hostname "rattusrattus" -}}
alias colima_start="colima start --memory 4 --vm-type vz --mount-type virtiofs --dns 8.8.8.8 --dns 8.8.4.4"
alias colima_start="colima start --memory 8 --vm-type vz --mount-type virtiofs --dns 8.8.8.8 --dns 8.8.4.4"
{{- end }}
{{- if eq .chezmoi.hostname "devterm" }}