Skip to content

Instantly share code, notes, and snippets.

View TopHatCroat's full-sized avatar

Antonio Martinović TopHatCroat

View GitHub Profile
#!/bin/sh
echo "Welcome to reev application installer :)"
read -p "Are you developer (yes, no): " ANSWER
# Install HomeBrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Install Slack
@TopHatCroat
TopHatCroat / sh
Created March 22, 2021 08:43
Reev setup
#!/bin/sh
echo "Welcome to reev application installer :)"
read -p "Are you developer (yes, no): " ANSWER
# Install HomeBrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# Install Unarchiver