From 777b83dc680c024ce664469b53f63d6b23e13b7e Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Fri, 27 May 2022 14:27:33 -0700 Subject: [PATCH] updated Brewfile to include Nerdfonts --- Brewfile | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/Brewfile b/Brewfile index 080295b..d219e41 100644 --- a/Brewfile +++ b/Brewfile @@ -1,25 +1,18 @@ tap "homebrew/bundle" tap "homebrew/cask" +tap "homebrew/cask-fonts" 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 +brew "tmux" cask "1password" +cask "aerial" +cask "font-meslo-for-powerline" +cask "font-meslo-lg-dz" +cask "obsidian" +cask "omnifocus" +cask "spotify" +cask "visual-studio-code"