This is my playbook for setup local M1 Mac.
- Install xcode command line tools
xcode-select --install
- Install homebrew
cd /opt
sudo mkdir homebrew
sudo chown $USER homebrew
sudo chgrp admin homebrew
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
- set PATH for M1 Mac brew
export PATH="/opt/homebrew/bin:$PATH"
- brew install Ansible
brew install ansible
./setting.zsh
roles | about |
---|---|
prezto | Prezto is the configuration framework for Zsh. https://github.com/sorin-ionescu/prezto |
dotfiles | This is my dot files. https://github.com/katsuhisa91/dotfiles |
rustup | Install Rust by rustup for my favorite command. https://github.com/rust-lang/rustup/blob/master/doc/src/installation/index.md#installing-nightly |
command | This is my favorite command. |
nvs | NVS is a cross-platform utility for switching between different versions and forks of Node.js. |