My Ansible Playbook for setup M1 Mac

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • m1mac-ansible

    for my local m1 mac setup

  • #!/bin/zsh ANSIBLE_PATH=~/workspace/settings/m1mac-ansible ## clone repo git clone https://github.com/katsuhisa91/m1mac-ansible.git ${ANSIBLE_PATH} ## ansible galaxy ansible-galaxy collection install community.general ## ansible cd ${ANSIBLE_PATH} ansible-playbook -i inventory/localhost localhost.yml

  • prezto

    The configuration framework for 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • 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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts