- Install brew
- run
xcode-select --install - run
brew install rbenv ruby-build - add to
~/.config/fish/config.fishto add ruby via env selection.set -g fish_user_paths "$HOME/.rbenv/bin" $fish_user_paths ### Executables ## eval "(rbenv init -)" # (process substitution) source (rbenv init - | psub) - run
rbenv install -lfor latest version - run
rbenv install X.X.Xto install latest version - run
rbenv local X.X.Xto set latest version locally - run
rbenv global X.X.Xto set latest version globally brew install tmate- install necessary gems
Last active
April 30, 2022 18:05
-
-
Save Zeitwaechter/e93da71a58af3c5d0823c137b128d71a to your computer and use it in GitHub Desktop.
MacOS Setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment