From e6c7e49226c2dd8a3ed2495797ec2fdd88378105 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 14 Jan 2022 15:31:25 -0500 Subject: [PATCH] Added swift-zet to brewfile --- macOS/.config/macOS/Brewfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macOS/.config/macOS/Brewfile b/macOS/.config/macOS/Brewfile index ab331e7..bf0efa0 100644 --- a/macOS/.config/macOS/Brewfile +++ b/macOS/.config/macOS/Brewfile @@ -1,6 +1,7 @@ tap "homebrew/cask" tap "homebrew/cask-fonts" tap "federico-terzi/espanso" +tap "m-housh/formulae" # TODO: Make the application directory a global variable ?? # set arguments for all 'brew install --cask' commands @@ -20,6 +21,7 @@ brew "pure" # for cli prompt brew "ripgrep" brew "stow" # for dotfile linking / placement. brew "swift-format" # for formatting swift files +brew "swift-zet" # for managing zettelkasten notes brew "tmux" # terminal multi-plexer brew "vim" brew "zsh"