From 858bc6aba68edd36b4fc06f2c8a59b0bc16b94f1 Mon Sep 17 00:00:00 2001 From: h3p Date: Sun, 8 Feb 2026 21:50:07 +0100 Subject: [PATCH] Add neon-vision-editor cask --- README.md | 2 ++ homebrew-tap/Casks/neon-vision-editor.rb | 11 +++++++++++ homebrew-tap/README.md | 6 ++++++ 3 files changed, 19 insertions(+) create mode 100644 homebrew-tap/Casks/neon-vision-editor.rb create mode 100644 homebrew-tap/README.md diff --git a/README.md b/README.md index 942e49f..013e2e2 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/homebrew-tap/Casks/neon-vision-editor.rb b/homebrew-tap/Casks/neon-vision-editor.rb new file mode 100644 index 0000000..02b8438 --- /dev/null +++ b/homebrew-tap/Casks/neon-vision-editor.rb @@ -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 diff --git a/homebrew-tap/README.md b/homebrew-tap/README.md new file mode 100644 index 0000000..fdab4ad --- /dev/null +++ b/homebrew-tap/README.md @@ -0,0 +1,6 @@ +# h3pdesign/homebrew-tap + +```bash +brew tap h3pdesign/tap +brew install --cask neon-vision-editor +```