All Projects → Homebrew → Install

Homebrew / Install

Licence: bsd-2-clause
📥 Homebrew (un)installer

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Install

Homebrew Install
homebrew安装使用中科大镜像
Stars: ✭ 143 (-86.13%)
Mutual labels:  install, homebrew
Picasso
Homebrew PICA200 shader assembler
Stars: ✭ 41 (-96.02%)
Mutual labels:  homebrew
Pong 3ds
A 3D pong game for 3DS with software rendering.
Stars: ✭ 12 (-98.84%)
Mutual labels:  homebrew
Windows Workstation
Prepare my Windows 10 workstation
Stars: ✭ 33 (-96.8%)
Mutual labels:  install
Libnx
Library for Switch Homebrew
Stars: ✭ 908 (-11.93%)
Mutual labels:  homebrew
Hbupdater
A simple python app for keeping your switch apps up-to-date using the github api.
Stars: ✭ 37 (-96.41%)
Mutual labels:  homebrew
Cider
Hassle-free bootstrapping with Homebrew.
Stars: ✭ 858 (-16.78%)
Mutual labels:  homebrew
Cfw2ofw Helper
Providing aid in converting video games.
Stars: ✭ 44 (-95.73%)
Mutual labels:  homebrew
Formula Patches
🏥 Patches for Homebrew formulae
Stars: ✭ 41 (-96.02%)
Mutual labels:  homebrew
K8s Digitalocean Terraform
Deploy latest Kubernetes cluster on DigitalOcean using Terraform
Stars: ✭ 33 (-96.8%)
Mutual labels:  install
Goenv
🚙 Like pyenv and rbenv, but for Go.
Stars: ✭ 964 (-6.5%)
Mutual labels:  homebrew
Gba As Controller
The GBA-as-N64/GC controller from Game Boy Interface.
Stars: ✭ 21 (-97.96%)
Mutual labels:  homebrew
Linuxbrew Core
🍻🐧 Core formulae for the Homebrew package manager on Linux
Stars: ✭ 999 (-3.1%)
Mutual labels:  homebrew
Rock
With Rock you can easily install CLIs built with Swift Package Manager. Prefer vknabel/Archery and yonaskolb/Mint instead
Stars: ✭ 13 (-98.74%)
Mutual labels:  install
Goreleaser
Deliver Go binaries as fast and easily as possible
Stars: ✭ 9,290 (+801.07%)
Mutual labels:  homebrew
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-98.93%)
Mutual labels:  homebrew
Ec 471g
黑苹果配置 hackintosh dsdt clover v3489 e1 471g ec 471g v3 471g acer mac osx efi ssdt aml config plist hd4000 gt630m inter
Stars: ✭ 30 (-97.09%)
Mutual labels:  install
Homebrew Emacs Plus
Emacs Plus formulae for the Homebrew package manager
Stars: ✭ 965 (-6.4%)
Mutual labels:  homebrew
Homebrew Public
Homebrew formula for open-source software developed by Spotify
Stars: ✭ 45 (-95.64%)
Mutual labels:  homebrew
Lazyboy
An EDSL implemented in Haskell for programming the Nintendo Game Boy.
Stars: ✭ 44 (-95.73%)
Mutual labels:  homebrew

Homebrew (un)installer

Install Homebrew (on macOS or Linux)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

More installation information and options: https://docs.brew.sh/Installation.

If running Linux or WSL, there are some pre-requisite packages to install.

You can set HOMEBREW_BREW_GIT_REMOTE and/or HOMEBREW_CORE_GIT_REMOTE in your shell environment to use geolocalized Git mirrors to speed up Homebrew's installation with this script and, after installation, brew update.

export HOMEBREW_BREW_GIT_REMOTE="..."  # put your Git mirror of Homebrew/brew here
export HOMEBREW_CORE_GIT_REMOTE="..."  # put your Git mirror of Homebrew/homebrew-core here
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

The default Git remote will be used if the corresponding environment variable is unset.

Uninstall Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

Download the uninstall script and run /bin/bash uninstall.sh --help to view more uninstall options.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].