Files
vim-ale/brew/install.sh
2020-06-17 00:10:00 +00:00

16 lines
422 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# title: Homebrew
# homepage: https://brew.sh
# tagline: |
# Brew: The Missing Package Manager for macOS (and Linux).
# description: |
# Homebrew installs the stuff you need that Apple (or your Linux system) didnt.
# examples: |
# ```bash
# brew install node
# ```
# Straight from https://brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"