From 9a44cbda316972acbaaf0e6b0bb369b55dff22a4 Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Thu, 26 May 2022 11:52:59 -0700 Subject: [PATCH] added Brewfile --- .gitignore | 1 + Brewfile | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Brewfile diff --git a/.gitignore b/.gitignore index 310272e..53fbde6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ !git/* !vscode/* !starship.toml +!Brewfile #directory catchall !*/ diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000..080295b --- /dev/null +++ b/Brewfile @@ -0,0 +1,25 @@ +tap "homebrew/bundle" +tap "homebrew/cask" +tap "homebrew/core" +# Distributed revision control system +brew "git" +# Improved top (interactive process viewer) +brew "htop" +# Lightweight and flexible command-line JSON processor +brew "jq" +# Utility for directing compilation +brew "make" +# Cross-shell prompt for astronauts +brew "starship" +# Apple TV Aerial screensaver +cask "aerial" +# Knowledge base that works on top of a local folder of plain text Markdown files +cask "obsidian" +# Scheduling application focusing on organization +cask "omnifocus" +# Music streaming service +cask "spotify" +# Open-source code editor +cask "visual-studio-code" +# Password Manager +cask "1password"