Skip to content

Commit

Permalink
removes stats and updates comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Jan 29, 2024
1 parent 101845d commit 3a65dcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ brew 'starship' # Cross-shell prompt - Rust
brew 'git' # Version controll
brew 'neovim' # Text editor
# brew 'chezmoi' # Dotfile manager - Go
brew 'stow' # Dotfile manager
brew 'topgrade' # Upgrade all the things - Rust
brew 'zellij' # Terminal multiplexer (tmux replacement) - Rust

Expand Down Expand Up @@ -259,17 +260,14 @@ cask 'quicklook-json', args: { require_sha: false } # QL for JSON, with trees
cask 'quicklookapk', args: { require_sha: false } # QL for Android APKs
cask 'webpquicklook', args: { require_sha: false } # QL for WebP image files

# Mac OS Mods and Imrovments
# Mac OS Mods, Imrovments, & Utilities
brew 'm-cli' # All in one MacOS management CLI app: m help
cask 'hiddenbar' # Hide / show annoying menubar icons
cask 'itsycal' # Calendar in menubar
cask 'openinterminal' # Finder button, opens directory in terminal
cask 'raycast', args: { require_sha: false } # Spotlight alternative
cask 'aflred' # Spotlight alternative with better search
cask 'typinator' # Text expander - macOS only

# Mac OS Utility Apps
cask 'stats' # System resource usage in menubar
cask 'keka' # File archiver and extractor

# Mac App Store Installs
Expand Down

0 comments on commit 3a65dcb

Please sign in to comment.