Skip to content

Instantly share code, notes, and snippets.

@shawngmc
Last active May 29, 2019 13:34
Show Gist options
  • Save shawngmc/3039af3ef72052b11255cb8a74e8ecdc to your computer and use it in GitHub Desktop.
Save shawngmc/3039af3ef72052b11255cb8a74e8ecdc to your computer and use it in GitHub Desktop.
##########
# Dev Stuff
##########
# Git and GitFlow
brew install git
brew install git-flow
# Node.js
brew install node
# pip
sudo easy_install pip
export PATH=${PATH}:${HOME}/Library/Python/2.7/bin
echo 'export PATH=${PATH}:${HOME}/Library/Python/2.7/bin' >> ~/.bashrc
# Anchore CLI
pip install --user anchorecli
export ANCHORE_CLI_USER=admin
export ANCHORE_CLI_PASS=foobar
echo 'export ANCHORE_CLI_USER=admin' >> ~/.bashrc
echo 'export ANCHORE_CLI_PASS=foobar' >> ~/.bashrc
# Python
brew install python
# WGET and Curl
brew install wget
brew install curl-openssl
# CLI JSON query tool
brew install jq
# AWS CLI Tools
brew install awscli
# Docker Engine
brew cask install docker
# Text editor
brew cask install visual-studio-code
# REST Tester
brew cask install postman
# REST and GraphQL Tester with Code Generation
brew cask install insomnia
# Github Client
brew cask install github
# Offline documentation mirroring
brew cask install dash
# See Velocity on Windows for something similar
##########
# Network Tools
##########
# Chat
brew cask install slack
# Browsers
brew cask install google-chrome
brew cask install tor-browser
brew cask install firefox
# Network Sniffer
brew cask install wireshark
# MAC Spoofer
brew cask install linkliar
##########
# Utilities
##########
# Video Playback
brew cask install vlc
# MacOS Shortcut display (long-press command)
brew cask install cheatsheet
# Archive tool
brew cask install the-unarchiver
# Process monitor - use sudo
brew install htop
# Hex Editor
brew cask install hex-fiend
# GUI Package Manager for Brew
brew cask install cakebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment