- Install Google Chrome
- Install Homebrew - http://brew.sh/
- Install GnuPG -
brew install gnupg2
- Generate SSH key -
ssh-keygen -t rsa -b 4096 -C "[email protected]"
- Install node, npm, n
- Git -
brew install git
- Add SSH public key to Github, Bitbucket.
- Restore pgp key https://dev.to/gkucmierz/how-to-make-my-git-contributions-verified-2e76
- To delete words with alt+backspace in Terminal, go to Preferences > (your profile) > Keyboard > Use option as meta key.
- Sublime Text shortcut:
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
- In ~/.bash_profile:
alias g=git
andexport EDITOR='subl'
- Custom prompt: In ~/.bash_profile:
export PS1="Learnetto.com \$ "
- Change default screenshots location:
defaults write com.apple.screencapture location ~/screenshots
-
-
Save gkucmierz/02d174d5a89c9d199db5e0980c3efce7 to your computer and use it in GitHub Desktop.
Setting up a new MacBook for Ruby on Rails web development
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment