DEV Community

MacOS Monterey

Alt Text

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

% echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/mars/.zprofile
% eval "$(/opt/homebrew/bin/brew shellenv)"

% echo 'export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"' >> ~/.zprofile
% subl

Top comments (0)