https://github.com/mearman/homebrew--
https://github.com/mearman/homebrew--
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mearman/homebrew--
- Owner: Mearman
- License: mit
- Created: 2023-06-10T08:23:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T00:01:24.000Z (3 months ago)
- Last Synced: 2025-03-17T23:42:06.128Z (3 months ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Just a collection of my homebrew formulae and casks
- [Why is this repo named \`homebrew--](#why-is-this-repo-named-homebrew--)
- [Installation](#installation)
- [Tap this repository](#tap-this-repository)
- [Formulae](#formulae)
- [TinyTeX.](#tinytex)
- [Casks](#casks)
- [FreeFileSync](#freefilesync)
- [GPT4All](#gpt4all)## Why is this repo named `homebrew--
I wanted to have the install process as simple as possible.
`brew` strips off the prepending `homebrew-` off new taps.
So having a repo with multiple formulae and casks, I would have to install them like this:
```bash
echo "DO NOT COPY PASTE THIS" ; exit 0
# git uri: https://github.com/username/homebrew-repo
brew tap username/repo
# or for a specific formula
brew install username/repo/formula
```As you can see above the `homebrew-` part is missing. And the `repo` part is not really descriptive or helpful.
So I decided to name this repo `homebrew--` so that the install process is as simple as possible:
```bash
echo "DO NOT COPY PASTE THIS" ; exit 0
# git uri:
brew tap username/- # note the double dash
# or for a specific formula
brew install username/-/formula
```## Installation
This repository is for [Homebrew](https://brew.sh). To install Homebrew, run this command in your terminal:
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```### Tap this repository
```sh
brew tap Mearman/-
```## Formulae
### [TinyTeX](https://github.com/yihui/tinytex).
> source: https://github.com/yihui/homebrew-tinytex
```sh
brew install Mearman/-/tinytex
```## Casks
### [FreeFileSync](https://www.freefilesync.org/)
```shell
brew installMearman/-/freefilesync
```### [GPT4All](https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-chat)
```sh
brew install Mearman/-/gpt4all
```