A set of scripts to help ease the setup of a new Mac. This repo includes .dotfiles used to configure my machine. Learn more about dotfiles
source setup.sh
- Install a modern Ruby
- See a list of Ruby versions with
rbenv install -l
- See a list of Ruby versions with
- Install a modern Python
- See a list of Python versions with
pyenv install -l
- See a list of Python versions with
- Install a current Node
nvm install --lts