Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.43 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.43 KB

Dev setup

Below you can see the tools & apps I use on my dev laptop.

Tools

Commands

This command to make hidden files & folders visible.

$ defaults write com.apple.finder AppleShowAllFiles YES

This command to install Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"