Skip to content

Instantly share code, notes, and snippets.

@bdargan
Last active December 5, 2021 11:46
Show Gist options
  • Save bdargan/9c299ec4bfad9c12c6b2182c51e63d39 to your computer and use it in GitHub Desktop.
Save bdargan/9c299ec4bfad9c12c6b2182c51e63d39 to your computer and use it in GitHub Desktop.
# Brewfile
## Core
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "buo/cask-upgrade" # brew cu to update all mac apps
## Shell / cli
brew "exa"
brew "fasd"
brew "ripgrep"
brew "bat"
brew "fd"
brew "fzf"
brew "zsh-completions"
brew "asciinema"
#brew "watchman"
# dev
brew "jq"
cask "tower"
cask "visual-studio-code"
brew "curl"
brew "diff-so-fancy"
brew "nvm"
cask "insomnia"
## ios
brew "fastlane"
## Storage / Disk
brew "testdisk"
#mas "DaisyDisk", id: 411643860
## secret keepers
#cask "keepassxc"
#cask "1password"
## System utilities
brew "tree"
# Network
brew "wget"
brew "nmap"
brew "youtube-dl"
cask "soundcloud-downloader"
## Communications
cask "slack"
cask "zoom"
## Office productivity
cask "microsoft-office"
cask "microsoft-teams"
#cask "spotify"
## Productivity desing, visuals, notes
cask "figma"
cask "notion"
mas "Bear", id: 1091189122
# Font casks
cask "font-inconsolata-for-powerline"
cask "font-menlo-for-powerline"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment