Skip to content

Instantly share code, notes, and snippets.

@robotjoosen
Last active November 1, 2021 09:58
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 robotjoosen/e01a4886b51942269087beed04e62cbd to your computer and use it in GitHub Desktop.
Save robotjoosen/e01a4886b51942269087beed04e62cbd to your computer and use it in GitHub Desktop.
Quick Start your workspace
.PHONY: install
install:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
brew install redis && \
brew install php && \
brew install php@7.2 && \
brew install php@7.4 && \
brew install brew-php-switcher && \
brew install node && \
brew install composer && \
brew install kubectl && \
brew install kubectx && \
brew install --cask && \
avg-antivirus && \
microsoft-teams && \
sequel-ace && \
jetbrains-toolbox && \
slack && \
docker
.PHONY: setup
setup:
echo 'port=3307' >> /usr/local/etc/my.cnf && \
brew services start mariadb
.PHONY: quickstart
run: install setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment