-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97d1fe8
commit 989e44f
Showing
4 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cask "oh-my-posh" do | ||
desc "Prompt theme engine for any shell" | ||
homepage "https://ohmyposh.dev" | ||
arch arm: "arm64", intel: "amd64" | ||
version "18.10.3" | ||
url "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v#{version}/posh-darwin-#{arch}" | ||
sha256 arm: "2b479e969633e5a63e24457b9640b6768b26b6af759c6cea8d70d15be78b2d53", | ||
intel: "eb37626bb15fb95a102d651ce1b82025966a0c56b774a0c7d2e79d7c4466ed86" | ||
name "oh-my-posh" | ||
binary "posh-darwin-#{arch}", target: "oh-my-posh" | ||
auto_updates true | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
cask "oh-my-posh" do | ||
desc "Prompt theme engine for any shell" | ||
homepage "https://ohmyposh.dev" | ||
arch arm: "arm64", intel: "amd64" | ||
version "<VERSION>" | ||
url "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v#{version}/posh-darwin-#{arch}" | ||
sha256 arm: "<SHA256-ARM>", | ||
intel: "<SHA256-INTEL>" | ||
name "oh-my-posh" | ||
binary "posh-darwin-#{arch}", target: "oh-my-posh" | ||
auto_updates true | ||
end |
File renamed without changes.