Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View arunsathiya's full-sized avatar
🔥
On a quest to master competitive programming

Arun Sathiya arunsathiya

🔥
On a quest to master competitive programming
View GitHub Profile
# (c) 2020 Humu
# MIT License
from typing import Any
import github
AUTOMERGE_LABEL_NAME = 'automerge'
@arunsathiya
arunsathiya / homebrew.md
Created July 26, 2018 19:13 — forked from indiesquidge/homebrew.md
How to and Best of Homebrew

Homebrew

How To

Homebrew is a package management system for OS X. You can read more about it here, or simply run

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

to install it.