Skip to content

Instantly share code, notes, and snippets.

@rstacruz
Last active April 21, 2022 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rstacruz/b4a719e302c32c20656475e70424df81 to your computer and use it in GitHub Desktop.
Save rstacruz/b4a719e302c32c20656475e70424df81 to your computer and use it in GitHub Desktop.
# Save as Brewfile, then run `brew bundle` in the same directory
tap "homebrew/cask"
tap "homebrew/cask-fonts"
brew "curl"
brew "exa" # Improved directory listing
brew "fish"
brew "forego"
brew "fzf"
brew "git"
brew "git-delta"
brew "gnupg"
brew "jq"
brew "neofetch"
brew "neovim"
brew "neovim-remote", link: false
brew "nnn" # File manager
brew "ranger" # File manager
brew "ripgrep"
brew "sd" # Search and replace
brew "stow" # Dotfile manager
brew "the_silver_searcher"
brew "tig" # Git terminal UI
brew "tmux"
brew "wget"
brew "zoxide" # Jump to recent dirs
cask "1password"
cask "amitv87-pip" # Picture-in-picture for any window
cask "barrier" # Software KVM
cask "bettertouchtool"
cask "bluesnooze" # Turn off Bluetooth when asleep
cask "chromium"
cask "docker"
cask "dozer" # Hide menubar icons
cask "figma" # Makes memes
cask "firefox" # Reddit client
cask "hammerspoon" # Automation
cask "hyper" # Terminal
cask "kap" # Screen recorder
cask "kitty" # Terminal
cask "logitech-camera-settings"
cask "meetingbar" # Show meetings in the taskbar
cask "neovide" # Neovim GUI
cask "obsidian" # Notes
cask "raycast" # Search with cmd-space, clipboard manager, and more
cask "skitch" # Screenshot tool
cask "spotify" # Plays podcasts
cask "steermouse" # Mouse configuration
cask "ubersicht" # Desktop widgets
cask "visual-studio-code" # GUI alternative to Neovim
# Fonts
cask "font-eczar"
cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
cask "font-sf-pro"
cask "font-spline-sans"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment