From 841c56dd8af10023c2cb68904493cc48ab858920 Mon Sep 17 00:00:00 2001 From: Sloane Perrault Date: Tue, 2 Aug 2022 10:59:15 -0400 Subject: [PATCH] install tweetbot --- .Brewfile | 1 + .Brewfile.lock.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.Brewfile b/.Brewfile index 362bdda..026b0cb 100644 --- a/.Brewfile +++ b/.Brewfile @@ -19,3 +19,4 @@ cask "superduper" cask "homebrew/cask-fonts/font-victor-mono-nerd-font" cask "obsidian" cask "krisp" +cask "tweetbot" diff --git a/.Brewfile.lock.json b/.Brewfile.lock.json index 517db68..bb3c5f1 100644 --- a/.Brewfile.lock.json +++ b/.Brewfile.lock.json @@ -394,6 +394,12 @@ "options": { "full_name": "krisp" } + }, + "tweetbot": { + "version": "3.5.8,35800", + "options": { + "full_name": "tweetbot" + } } } },