0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

m1 mac mini 初期設定

Last updated at Posted at 2022-07-17

記述範囲

起動してからBrewをインストールするまで。

Rosetta 2 install

softwareupdate --install-rosetta

Root Password Initilize

sudo passwd root

Brew Download & Install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

BrewをPathへ追加

### zshを利用していない場合は、.bashrc または、.bash_profileを変更する
vi ~/.zshrc

### 以下を追加して保存して閉じる
export PATH=/opt/homebrew/bin:$PATH

### 設定を再読み込み
source ~/.zshrc

Git install

brew install git
git --version

Node install

brew install node

Yarn install

brew install yarn

Operation not permitted

java.io.UncheckedIOException: java.nio.file.FileSystemException: /var/folders/v1/4njrfxs104vf274cpjjj1vm40000gn/T/com.apple.iCal/TemporaryItems: Operation not permitted

フルディスクアクセスを与える。
image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?