Skip to content

Commit

Permalink
chore: README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvv committed Nov 12, 2024
1 parent 0727fd3 commit 14ffc7e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Casks/wezterm-nightly.rb → Casks/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cask "wezterm-nightly" do
cask "wezterm@nightly" do
version :latest
sha256 :no_check

Expand Down
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# homebrew-vvvvv

```
A collection of Homebrew **Formulas** and **Casks** that aren't officially supported but are essential for my workflow.

## Formulas
- **[email protected]** Lua version 5.1
- **openvpn** OpenVPN version 2.6

## Casks
- **wezterm@nightly** Nightly version of Wezterm (Now available in [homebrew-cask](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/w/[email protected])!)
- **zig@nightly** Nightly version of Zig

### Usage

#### Tap the Repository

Add this repository to Homebrew by running:

```bash
brew tap vvvvv/vvvvv [email protected]:vvvvv/homebrew-vvvvv.git
brew install vvvvv/vvvvv/openvpn
```
#### Install Formulas

To install a formula, use:
```bash
brew install vvvvv/vvvvv/<formula>
# e.g.
brew install vvvvv/vvvvv/[email protected]
```

#### Install Casks

To install a cask, use:
```bash
brew install --cask vvvvv/vvvvv/<cask>
# e.g.
brew install --cask vvvvv/vvvvv/zig@nightly
```

0 comments on commit 14ffc7e

Please sign in to comment.