From d8f9137c489d286b45648f55aaad17241c590b1b Mon Sep 17 00:00:00 2001 From: Sloane Perrault Date: Tue, 2 Aug 2022 10:51:58 -0400 Subject: [PATCH] install obsidian, krisp.ai --- .Brewfile | 3 +++ .Brewfile.lock.json | 51 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/.Brewfile b/.Brewfile index 9a699de..362bdda 100644 --- a/.Brewfile +++ b/.Brewfile @@ -5,6 +5,7 @@ brew "tmux" brew "zoxide" brew "exa" brew "bat" +brew "gh" brew "wxwidgets" cask "firefox" @@ -16,3 +17,5 @@ cask "unnaturalscrollwheels" cask "slack" cask "superduper" cask "homebrew/cask-fonts/font-victor-mono-nerd-font" +cask "obsidian" +cask "krisp" diff --git a/.Brewfile.lock.json b/.Brewfile.lock.json index 6c3b2a5..517db68 100644 --- a/.Brewfile.lock.json +++ b/.Brewfile.lock.json @@ -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": { @@ -343,6 +382,18 @@ "options": { "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" + } } } },