Skip to content

Instantly share code, notes, and snippets.

View Igorbek's full-sized avatar

Igor Oleinikov Igorbek

  • Vancouver, BC, Canada
View GitHub Profile
@Igorbek
Igorbek / brew-install-script.sh
Created February 17, 2023 19:17 — forked from CliffordAnderson/brew-install-script.sh
Brew script for installing packages and applications on OSX
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew tap homebrew/cask
using System;
using System.Reactive.Concurrency;
using System.Reactive.Linq;
namespace ConsoleApplication1
{
class Program
{
static void Main()
{