Skip to content

Instantly share code, notes, and snippets.

@nperez0111
Last active March 16, 2021 19:49
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 nperez0111/d8f719d2143bb8b9c56025c387fbf356 to your computer and use it in GitHub Desktop.
Save nperez0111/d8f719d2143bb8b9c56025c387fbf356 to your computer and use it in GitHub Desktop.
AgileMD Mac Setup
tap "buo/cask-upgrade"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "rigellute/tap"
brew "aws-iam-authenticator"
brew "awscli"
brew "brew-cask-completion"
brew "cask"
brew "curl"
brew "docker"
brew "python"
brew "git"
brew "go"
brew "helm"
brew "jq"
brew "kubernetes-cli"
brew "mas"
brew "pidof"
brew "terraform"
brew "unzip"
brew "vim"
brew "watch"
brew "wget"
brew "zip"
cask "docker"
cask "firefox"
cask "google-chrome"
cask "front"
cask "java"
cask "keybase"
cask "1password"
cask "pgadmin4"
cask "postgres"
cask "postman"
cask "virtualbox"
cask "visual-studio-code"
mas "Slack", id: 803453959
code --install-extension aaron-bond.better-comments
code --install-extension christian-kohler.npm-intellisense
code --install-extension CoenraadS.bracket-pair-colorizer-2
code --install-extension dbaeumer.vscode-eslint
code --install-extension DigitalBrainstem.javascript-ejs-support
code --install-extension donjayamanne.githistory
code --install-extension drKnoxy.eslint-disable-snippets
code --install-extension eamodio.gitlens
code --install-extension EditorConfig.EditorConfig
code --install-extension eg2.vscode-npm-script
code --install-extension esbenp.prettier-vscode
code --install-extension formulahendry.auto-rename-tag
code --install-extension ghmcadams.lintlens
code --install-extension hashicorp.terraform
code --install-extension hediet.vscode-drawio
code --install-extension hedinne.stylelint-disable-snippets
code --install-extension lacroixdavid1.vscode-format-context-menu
code --install-extension liamhammett.inline-parameters
code --install-extension mikestead.dotenv
code --install-extension mrmlnc.vscode-scss
code --install-extension ms-azuretools.vscode-docker
code --install-extension ms-python.python
code --install-extension ms-vscode.vscode-typescript-next
code --install-extension redhat.vscode-yaml
code --install-extension ryu1kn.partial-diff
code --install-extension stylelint.vscode-stylelint
code --install-extension Tyriar.sort-lines
code --install-extension VisualStudioExptTeam.vscodeintellicode
code --install-extension vscode-icons-team.vscode-icons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment