#Xcode Command Line Tools
Xcode > Preferences > Downloads > Command Line Tools
####Homebrew
# install package manager
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"#Xcode Command Line Tools
Xcode > Preferences > Downloads > Command Line Tools
####Homebrew
# install package manager
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"##Create Aliases in .bash_profile to Assign Shortcuts for Common Terminal Commands
###Instruction: Enter these aliases into your ~/.bash_profile or ~/.zshrc (if using zsh)
alias cdp="cd ~/Dropbox/projects/source/"
OR
| # Ignore Byebug command history file. | |
| .byebug_history | |
| # Ignore bundler config. # | |
| ########################## | |
| /.bundle | |
| vendor/* | |
| # Ignore all logfiles and tempfiles. # | |
| ###################################### |
| { | |
| // JSHint Default Configuration File (as on JSHint website) | |
| // See http://jshint.com/docs/ for more details | |
| "maxerr" : 7, // {int} Maximum error before stopping | |
| // Enforcing | |
| "indent": 2, | |
| "regexdash": false, | |
| "trailing": false, |
| { | |
| "env": { | |
| "browser": true, | |
| "node": true, | |
| "es6": true | |
| }, | |
| "plugins": ["react"], | |
| "ecmaFeatures": { |