LoginSignup
0
0

More than 1 year has passed since last update.

Mac OSでLimaをOS起動時にstartする

Posted at

Mac起動時に limactl start default する方法のメモ。
以下のファイルを任意の場所に作成し、chmod +x しておく。

#!/bin/bash
limactl start default

あとは「システム環境設定」→「ユーバーとグループ」→「ログイン項目」を開いて
上記ファイルを追加する。
dotfilesをFinderで表示するには ⌘ + Shift + . でok

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0