From ca0a0115363b5e5f58ad297163cfd2dd398ecccd Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 11 Jul 2024 12:26:59 +0300 Subject: [PATCH] add alacritty and btop to brewfile --- macos/Brewfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos/Brewfile b/macos/Brewfile index 8ede3b9..ac35df2 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -1,7 +1,9 @@ tap 'homebrew/bundle' +brew 'alacritty' brew 'bash' brew 'bash-git-prompt' +brew 'btop' brew 'bitwarden-cli' brew 'coreutils' brew 'docker'