Skip to content

Instantly share code, notes, and snippets.

@firecall
Last active January 4, 2024 09:44
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 firecall/6ff5872e04e846d52807ffd31798cfce to your computer and use it in GitHub Desktop.
Save firecall/6ff5872e04e846d52807ffd31798cfce to your computer and use it in GitHub Desktop.
Brewfile
# TO USE
# xcode-select --install
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# brew bundle
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/services"
tap "homebrew/cask-fonts"
tap "buo/cask-upgrade"
tap "rbenv/tap"
tap "danvergara/tools"
tap "leoafarias/fvm"
tap "sloth"
brew "atuin"
brew "mas"
brew "bat"
brew "btop"
brew "cockpit"
brew "python@3.9"
brew "dblab"
brew "duf"
brew "dust"
brew "dog"
brew "doggo"
brew "exa"
brew "ffmpeg"
brew "fprobe"
brew "fvm"
brew "git"
brew "goaccess"
brew "htop"
brew "imagemagick"
brew "inetutils"
brew "lnav"
brew "mosh"
brew "mysql", restart_service: true
brew "nano"
brew "neofetch"
brew "netcat"
brew "nmap"
brew "node"
brew "openssl@3"
brew "tidy-html5"
brew "php"
brew "postgresql"
brew "ruby-build"
brew "rbenv"
brew "redis", restart_service: true
brew "sloth"
brew "speedtest-cli"
brew "wget"
brew "yarn"
brew "youtube-dl"
brew 'whalebrew'
brew 'figlet'
brew 'lolcat'
brew 'toilet'
brew 'xld'
cask "timemachineeditor"
cask "dbeaver-community"
@firecall
Copy link
Author

firecall commented Jul 14, 2022

TO USE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment