Skip to content

Instantly share code, notes, and snippets.

View UsAndRufus's full-sized avatar
🐝

Ed B UsAndRufus

🐝
View GitHub Profile
@UsAndRufus
UsAndRufus / setting_up_hombrew_fish_node_ruby_monterery_m1.md
Last active March 5, 2022 13:32
Setting up Homebrew, Fish, Node & Ruby in macOS Monterey on Apple Silicon/M1

This is a personal guide for how to setup Fish & Ruby in macOS Monterey running on an Apple/Silicon M1. asdf is used as a version manager for Node and Ruby.

Homebrew

Go to https://brew.sh/ and run the script.

On this version of macOS, it installs to /opt/homebrew. This means that paths that reference /usr/local/share should instead reference /opt/homebrew/opt/<package-name>/share. This can be a little confusing when following guides.