Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.36 KB

SETUP.md

File metadata and controls

50 lines (37 loc) · 1.36 KB

Setup new tools

Recommend to use iterm2 as Mac terminal.

Libraries needed to install when setting up on a new computer:

After installing brew simply run:

brew install direnv
brew install selecta
brew install diff-so-fancy
brew install nvm
brew install pyenv
brew install chruby

ruby-install # see version
pyenv install # see version

gem install git-smart

Terminal tools:

  • brew: package manager for macOS (or Linux)
  • direnv: unclutter your .profile
  • selecta: a fuzzy text selector for files and anything else you need to select
  • diff-so-fancy: good-lookin' diffs
  • git-smart: add some smarts to your git workflow

Web development

  • nvm: Node Version Manager
  • pyenv: Python Version Manager
  • chruby: Ruby Version Manager

Cloud severless development