Skip to content

Instantly share code, notes, and snippets.

View robotjoosen's full-sized avatar
🤖
Beep Boop Beep

Roald Joosen robotjoosen

🤖
Beep Boop Beep
View GitHub Profile
@robotjoosen
robotjoosen / quick-start.sh
Last active November 1, 2021 09:58
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 && \