mirror of
https://github.com/mfakbar127/Claude-Samurai
synced 2026-06-21 13:57:42 +00:00
Revert: Remove Homebrew cask files
Moving Homebrew cask back to dedicated djyde/brew tap repository
This commit is contained in:
@@ -29,7 +29,14 @@
|
|||||||
"Bash(gh run list:*)",
|
"Bash(gh run list:*)",
|
||||||
"Bash(gh release edit:*)",
|
"Bash(gh release edit:*)",
|
||||||
"Bash(git add:*)",
|
"Bash(git add:*)",
|
||||||
"Bash(git commit:*)"
|
"Bash(git commit:*)",
|
||||||
|
"Bash(git log:*)",
|
||||||
|
"Bash(awk:*)",
|
||||||
|
"Bash(gh api:*)",
|
||||||
|
"Bash(gh repo create:*)",
|
||||||
|
"Bash(git push:*)",
|
||||||
|
"Bash(gh issue view:*)",
|
||||||
|
"Bash(gh:*)"
|
||||||
],
|
],
|
||||||
"deny": [],
|
"deny": [],
|
||||||
"ask": []
|
"ask": []
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
cask "ccmate" do
|
|
||||||
version "0.3.4"
|
|
||||||
sha256 "aa4472709c66d8521ed179c8c569baae07704e14e4559155b134e32b450d16fe"
|
|
||||||
|
|
||||||
url "https://github.com/djyde/ccmate-release/releases/download/app-v#{version}/CC.Mate_#{version}_universal.dmg", verified: "github.com/djyde/ccmate-release"
|
|
||||||
name "CC Mate"
|
|
||||||
desc "A modern desktop application for managing Claude Code configuration files"
|
|
||||||
homepage "https://randynamic.org/ccmate"
|
|
||||||
|
|
||||||
livecheck do
|
|
||||||
url :stable
|
|
||||||
regex(/^app-v(\d+(?:\.\d+)*)$/i)
|
|
||||||
end
|
|
||||||
|
|
||||||
auto_updates true
|
|
||||||
depends_on macos: ">= :big_sur"
|
|
||||||
|
|
||||||
app "CC Mate.app"
|
|
||||||
|
|
||||||
zap trash: [
|
|
||||||
"~/Library/Application Support/CC Mate",
|
|
||||||
"~/Library/Preferences/org.randynamic.ccconfig.plist",
|
|
||||||
"~/Library/Caches/org.randynamic.ccconfig",
|
|
||||||
"~/Library/Saved Application State/org.randynamic.ccconfig.savedState",
|
|
||||||
]
|
|
||||||
end
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
[Download Latest Release](https://randynamic.org/ccmate) • [Report Issues](https://github.com/djyde/ccconfig/issues) • [Contributing Guide](CONTRIBUTING.md)
|
[Download Latest Release](https://randynamic.org/ccmate) • [Report Issues](https://github.com/djyde/ccconfig/issues) • [Contributing Guide](CONTRIBUTING.md)
|
||||||
|
|
||||||
[](https://www.gnu.org/licenses/agpl-3.0)
|
[](https://www.gnu.org/licenses/agpl-3.0) [](https://github.com/djyde/ccmate)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -41,6 +41,17 @@ Want to become a sponsor? Contact https://x.com/randyloop
|
|||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
|
### Install with Homebrew (macOS)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Add the tap and install CC Mate
|
||||||
|
brew tap djyde/ccmate
|
||||||
|
brew install --cask ccmate
|
||||||
|
|
||||||
|
# Or install in one command
|
||||||
|
brew install --cask djyde/ccmate/ccmate
|
||||||
|
```
|
||||||
|
|
||||||
### Download & Install
|
### Download & Install
|
||||||
|
|
||||||
1. **Download the latest release** from [randynamic.org/ccmate](https://randynamic.org/ccmate)
|
1. **Download the latest release** from [randynamic.org/ccmate](https://randynamic.org/ccmate)
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
cask "ccmate" do
|
|
||||||
version "0.3.4"
|
|
||||||
sha256 "aa4472709c66d8521ed179c8c569baae07704e14e4559155b134e32b450d16fe"
|
|
||||||
|
|
||||||
url "https://github.com/djyde/ccmate-release/releases/download/app-v#{version}/CC.Mate_#{version}_universal.dmg"
|
|
||||||
name "CC Mate"
|
|
||||||
desc "A modern desktop application for managing Claude Code configuration files"
|
|
||||||
homepage "https://randynamic.org/ccmate"
|
|
||||||
|
|
||||||
livecheck do
|
|
||||||
url :stable
|
|
||||||
regex(/^app-v(\d+(?:\.\d+)*)$/i)
|
|
||||||
end
|
|
||||||
|
|
||||||
auto_updates true
|
|
||||||
depends_on macos: ">= :big_sur"
|
|
||||||
|
|
||||||
app "CC Mate.app"
|
|
||||||
|
|
||||||
zap trash: [
|
|
||||||
"~/Library/Application Support/CC Mate",
|
|
||||||
"~/Library/Preferences/org.randynamic.ccconfig.plist",
|
|
||||||
"~/Library/Caches/org.randynamic.ccconfig",
|
|
||||||
"~/Library/Saved Application State/org.randynamic.ccconfig.savedState",
|
|
||||||
]
|
|
||||||
end
|
|
||||||
Reference in New Issue
Block a user