Add neon-vision-editor cask

This commit is contained in:
h3p 2026-02-08 21:50:07 +01:00
parent d59a90aeeb
commit 858bc6aba6
3 changed files with 19 additions and 0 deletions

View file

@ -61,6 +61,8 @@ brew tap h3pdesign/tap
brew install --cask neon-vision-editor
```
Tap repository: [h3pdesign/homebrew-tap](https://github.com/h3pdesign/homebrew-tap)
If Homebrew asks for an admin password, it is usually because casks install into `/Applications`.
Use this to avoid that:

View file

@ -0,0 +1,11 @@
cask "neon-vision-editor" do
version "0.4.2-beta"
sha256 "aa832ffecd207ebd869ac16d61e3cd3d741eda051f2456ee5a7215e46fed8431"
url "https://github.com/h3pdesign/Neon-Vision-Editor/releases/download/v#{version}/Neon.Vision.Editor.app.zip"
name "Neon Vision Editor"
desc "Lightweight, modern editor focused on speed and readability"
homepage "https://github.com/h3pdesign/Neon-Vision-Editor"
app "Neon Vision Editor.app"
end

6
homebrew-tap/README.md Normal file
View file

@ -0,0 +1,6 @@
# h3pdesign/homebrew-tap
```bash
brew tap h3pdesign/tap
brew install --cask neon-vision-editor
```