Skip to content

katsuhisa91/m1mac-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M1 Mac Ansible

This is my playbook for setup local M1 Mac.

Setup Ansible on M1 Mac

  1. Install xcode command line tools
xcode-select --install
  1. 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
  1. set PATH for M1 Mac brew
export PATH="/opt/homebrew/bin:$PATH"
  1. brew install Ansible
brew install ansible

Setup

./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.

Author

Katsuhisa Kitano

About

for my local m1 mac setup

Resources

Stars

Watchers

Forks

Languages