-
Would it be possible to rename some instances, e.g. archlinux to arch. Edit: so instead of renaming an instance, one could use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It is possible, but it seems like You can always create a symlink yourself: $ ln -s archlinux.yaml /usr/local/share/doc/lima/examples/arch.yaml
$ limactl start template://arch
[...] |
Beta Was this translation helpful? Give feedback.
-
Did you take a look at the script? 😄 This should do what you want: $ export LIMA_INSTANCE=archlinux
$ lima Put the |
Beta Was this translation helpful? Give feedback.
Did you take a look at the script? 😄
This should do what you want:
Put the
export
into your.bash_profile
or.zshrc
and you should be good to go...