Skip to content

Instantly share code, notes, and snippets.

@growdev
Last active February 3, 2022 02:26
Show Gist options
  • Save growdev/115cd452a39f77f8ab05 to your computer and use it in GitHub Desktop.
Save growdev/115cd452a39f77f8ab05 to your computer and use it in GitHub Desktop.

Mac OSX 10.11 El Capitan

I got this ida from Kevin Elliott's list at https://gist.github.com/kevinelliott/e12aa642a8388baf2499

Software used

Install Homebrew extension Cask

brew install caskroom/cask/brew-cask

Install applications via Homebrew Cask

brew cask install anvil
brew cask install authy-bluetooth
brew cask install bartender
brew cask install battery-guardian
brew cask install firefox
brew cask install github-desktop
brew cask install google-chrome
brew cask install grandperspective
brew cask install joinme
brew cask install iterm2
brew cask install rescuetime
brew cask install satellite-eyes
brew cask install sidestep
brew cask install skitch
brew cask install skype
brew cask install spotify
brew cask install steam
brew cask install transmit
brew cask install vagrant
brew cask install vagrant-manager

#Shell

Install custom .dotfiles

git clone [email protected]:growdev/dotfiles.git ~/.dotfiles

Install wp-cli

Setup Github

ssh-keygen -t rsa -C "[email protected]"

# Copy ssh key to github.com
subl ~/.ssh/id_rsa.pub

# Test connection
ssh -T [email protected]

# Set git config values
git config --global user.name "Daniel Espinoza"
git config --global user.email "[email protected]"
git config --global github.user growdev
git config --global github.token your_token_here

git config --global color.ui true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment