Set up a new Mac
Customize terminal prompt:
-----
Install Xcode
Find it on Mac app store and install it.
-----
Install Homebrew
http://installrails.com/steps/install_homebrew
-----
Install Git
http://installrails.com/steps/install_git
Then configure Git: http://installrails.com/steps/configure_git
I used "Brian Casel" as my name (even though that's not my GitHub username)
But I did use my GitHub email address: hi@briancasel.com
-----
Install RVM
-----
Install specific versions of Ruby that I need for my projects
Install a specific version of ruby like this:
rvm install 2.7
-----
Install Rails
gem install rails
-----
Install Postgres
brew install postgres
----
Install Yarn
brew install yarn
-----
Set up Sublime Text to sync settings across Macs
-----
Install TablePlus
TablePlus is my preferred app for browsing databases. https://tableplus.com/
-----
Install Heroku command line interface
-----
Install Redis
brew install redis
-----
Last updated