install obsidian, krisp.ai
This commit is contained in:
parent
23b9ea01d1
commit
d8f9137c48
2 changed files with 54 additions and 0 deletions
|
@ -5,6 +5,7 @@ brew "tmux"
|
||||||
brew "zoxide"
|
brew "zoxide"
|
||||||
brew "exa"
|
brew "exa"
|
||||||
brew "bat"
|
brew "bat"
|
||||||
|
brew "gh"
|
||||||
brew "wxwidgets"
|
brew "wxwidgets"
|
||||||
|
|
||||||
cask "firefox"
|
cask "firefox"
|
||||||
|
@ -16,3 +17,5 @@ cask "unnaturalscrollwheels"
|
||||||
cask "slack"
|
cask "slack"
|
||||||
cask "superduper"
|
cask "superduper"
|
||||||
cask "homebrew/cask-fonts/font-victor-mono-nerd-font"
|
cask "homebrew/cask-fonts/font-victor-mono-nerd-font"
|
||||||
|
cask "obsidian"
|
||||||
|
cask "krisp"
|
||||||
|
|
|
@ -287,6 +287,45 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"gh": {
|
||||||
|
"version": "2.14.3",
|
||||||
|
"bottle": {
|
||||||
|
"rebuild": 0,
|
||||||
|
"root_url": "https://ghcr.io/v2/homebrew/core",
|
||||||
|
"files": {
|
||||||
|
"arm64_monterey": {
|
||||||
|
"cellar": ":any_skip_relocation",
|
||||||
|
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:e320e0062ce98af816dfdf5325801a452d2c875f3d5e8287a9fcfefb4410d6e2",
|
||||||
|
"sha256": "e320e0062ce98af816dfdf5325801a452d2c875f3d5e8287a9fcfefb4410d6e2"
|
||||||
|
},
|
||||||
|
"arm64_big_sur": {
|
||||||
|
"cellar": ":any_skip_relocation",
|
||||||
|
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:42cd9afa5e97b83bec6073bb080f0219007ac74ce3bc316c9399c92415515370",
|
||||||
|
"sha256": "42cd9afa5e97b83bec6073bb080f0219007ac74ce3bc316c9399c92415515370"
|
||||||
|
},
|
||||||
|
"monterey": {
|
||||||
|
"cellar": ":any_skip_relocation",
|
||||||
|
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:cf80fe4528c6c962449146a7e0780b073a118da29746971c817bb4f1b41c60bc",
|
||||||
|
"sha256": "cf80fe4528c6c962449146a7e0780b073a118da29746971c817bb4f1b41c60bc"
|
||||||
|
},
|
||||||
|
"big_sur": {
|
||||||
|
"cellar": ":any_skip_relocation",
|
||||||
|
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:dfa696296d9cf897b68b5da8a8742e4de636b9cebb768ce2a296d1aec01fba25",
|
||||||
|
"sha256": "dfa696296d9cf897b68b5da8a8742e4de636b9cebb768ce2a296d1aec01fba25"
|
||||||
|
},
|
||||||
|
"catalina": {
|
||||||
|
"cellar": ":any_skip_relocation",
|
||||||
|
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:0b573cdc34455e56549a59aaa767f6fde008e134ca0d1b3396368ef479afa535",
|
||||||
|
"sha256": "0b573cdc34455e56549a59aaa767f6fde008e134ca0d1b3396368ef479afa535"
|
||||||
|
},
|
||||||
|
"x86_64_linux": {
|
||||||
|
"cellar": ":any_skip_relocation",
|
||||||
|
"url": "https://ghcr.io/v2/homebrew/core/gh/blobs/sha256:0747a6be7f1444f01dca53f18a3c3a5f7d12a3be9045c8b6ae84e4c557ba31c0",
|
||||||
|
"sha256": "0747a6be7f1444f01dca53f18a3c3a5f7d12a3be9045c8b6ae84e4c557ba31c0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cask": {
|
"cask": {
|
||||||
|
@ -343,6 +382,18 @@
|
||||||
"options": {
|
"options": {
|
||||||
"full_name": "homebrew/cask-fonts/font-victor-mono-nerd-font"
|
"full_name": "homebrew/cask-fonts/font-victor-mono-nerd-font"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"obsidian": {
|
||||||
|
"version": "0.15.9",
|
||||||
|
"options": {
|
||||||
|
"full_name": "obsidian"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"krisp": {
|
||||||
|
"version": "1.39.6",
|
||||||
|
"options": {
|
||||||
|
"full_name": "krisp"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue