Skip to content

sllewely/recommendations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommendations

Tools

Notion

First time setup

Git setup

Generate a new ssh key

and add it to github.

git config --global user.name "Sarah Llewelyn"
sllewely@Sarahs-Air ~ % git config --global user.email "se.llewelyn@gmail.com"

Install homebrew

and follow homebrew install's Next Steps to add it to your PATH.

brew doctor to verify things are good.

Install rvm

brew install gnupg gnupg2

Follow instructions to install rvm

echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile
rvm install 3.2.2
rvm use 3.2.2 --default
gem install rails

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors