Skip to content

Instantly share code, notes, and snippets.

@markbrown4
Last active November 11, 2016 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markbrown4/d11aed92b8ad7fd29d4a11d40ca3e29c to your computer and use it in GitHub Desktop.
Save markbrown4/d11aed92b8ad7fd29d4a11d40ca3e29c to your computer and use it in GitHub Desktop.
setup dev machine
Software Updates
App Store -> Xcode
launch xCode
xcode-select --install
defaults write NSGlobalDomain KeyRepeat -int 0
defaults write com.apple.finder AppleShowAllFiles YES
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew cask install firefox
brew cask install google-chrome
brew cask install opera
brew cask install atom
brew cask install opera
brew cask install dropbox
brew cask install slack
brew cask install spotify
brew cask install skype
brew cask install google-drive
brew cask install the-unarchiver
brew cask install java
brew cask install vlc
brew cask install sketch
brew cask install utorrent
brew cask install caffeine
brew cask install virtualbox
brew cask install imageoptim
brew cask install genymotion
brew cask install android-studio
brew install rbenv
brew install mysql
brew services start mysql
brew install postgres
brew services start postgres
brew install redis
brew services start redis
brew install mongodb
brew services start mongodb
brew install rabbitmq
brew services start rabbitmq
brew install sphinx --mysql
brew install imagemagick
brew install watchman
brew install flow
curl get.pow.cx | sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
createdb
nvm install node
rbenv init
> Add to ~/.zshrc and restart
rbenv install -l
rbenv install …
rbenv global …
gem install bundler
gem install rails
ssh-keygen -t rsa -b 4096 -C “markbrown4@gmail.com“
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
yes
pbcopy < ~/.ssh/id_rsa.pub
> Add to Github
> Install IE VM’s for Virtualbox
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
Not in cask
Tower-1-for-Mac-1.5.7-157.zip
TotalVPN.dmg
heroku-toolbelt.pkg
CreativeCloudInstaller.dmg
Docker.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment