From 9cf4c348ee7cfed7163a100651a1fffe76475a35 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 14 May 2021 20:00:29 -0400 Subject: [PATCH] more brewfile cleanup --- homebrew/Caskfile | 49 ++++++++++++++++++----------------------- homebrew/core.Brewfile | 14 ++++++------ homebrew/utils.Brewfile | 1 + 3 files changed, 30 insertions(+), 34 deletions(-) diff --git a/homebrew/Caskfile b/homebrew/Caskfile index abccc94..ffad461 100644 --- a/homebrew/Caskfile +++ b/homebrew/Caskfile @@ -1,41 +1,36 @@ tap "homebrew/cask" # Core Applications -cask "alacritty" # My terminal -cask "firefox" # My browser -cask "slack" # Work chat -cask "zoomus" # Video conference -cask "1password" # Work pwm -cask "1password-cli" # Pwm for tmux -cask "dropbox" # File sharing -cask "docker" # Containers +cask "alacritty" # Terminal +cask "firefox" # Browser +cask "slack" # Chat +cask "zoomus" # Video conference +cask "1password" # Passwords +cask "dropbox" # File sync +cask "docker" # Containers # Helpful Applications -cask "obsidian" # Notes -cask "github-desktop" # Git GUI -cask "drawio" # Diagrams +cask "obsidian" # Notes +cask "github-desktop" # Git GUI +cask "drawio" # Diagrams # Auxiliary Tools -cask "scroll-reverser" # Mouse vs. trackpad -cask "meetingbar" # Scheduling -cask "gitify" # GitHub notifications -cask "basictex" # Small LaTeX distribution +cask "scroll-reverser" # Mouse vs. trackpad +cask "meetingbar" # Scheduling +cask "gitify" # GitHub notifications +cask "basictex" # Small LaTeX distribution # Fonts tap "homebrew/cask-fonts" cask "font-fira-mono-for-powerline" # Personal -cask "authy" # Authentication -cask "keybase" # Encryption -cask "discord" # My chat -cask "steam" # Games +cask "authy" # Authentication +cask "keybase" # Encryption +cask "discord" # Chat +cask "steam" # Games +cask "epic-games" # Games +cask "calibre" # E-Books -cask "jira-client" -cask "wkhtmltopdf" - -# Optional -# cask "postman" # API testing -# cask "lens" # Kubernetes manager -# cask "calibre" # Ebook manager -# cask "vlc" # Video player +# Maybe +cask "jira-client" # Project Management diff --git a/homebrew/core.Brewfile b/homebrew/core.Brewfile index e415c1a..25ff0ca 100644 --- a/homebrew/core.Brewfile +++ b/homebrew/core.Brewfile @@ -1,15 +1,15 @@ # Core Packages -brew "fish" # My shell -brew "neovim" # My editor -brew "git" # Latest git -brew "exa" # Better ls +brew "fish" # Shell +brew "neovim" # Editor brew "tmux" # Terminal panes and windows -brew "tealdeer" # Mini man page brew "starship" # Shell prompt +brew "git" # Latest git brew "ripgrep" # Faster, better grep -brew "fzf" # Fuzzy finder brew "fd" # Faster, better find brew "sd" # Faster, better sed +brew "zoxide" # Faster, better autojump +brew "exa" # Better ls brew "bat" # Better cat -brew "zoxide" # Better autojump +brew "fzf" # Fuzzy finder +brew "tealdeer" # Mini man page diff --git a/homebrew/utils.Brewfile b/homebrew/utils.Brewfile index 992c2a1..817cb38 100644 --- a/homebrew/utils.Brewfile +++ b/homebrew/utils.Brewfile @@ -12,6 +12,7 @@ brew "prettyping" # Better ping brew "httpie" # Better curl brew "gpg" # Encryption brew "qrencode" # Make a QR code +brew "mpv" # Video player brew "youtube-dl" # Download YouTube videos brew "googler" # Search Google brew "gh" # GitHub commands