maverick1872 / dotfiles

Configurations for my dotfiles
1 stars 0 forks source link

Leverage brewfile for installing Mac OS Applications #2

Closed maverick1872 closed 10 months ago

maverick1872 commented 1 year ago

Base Brewfile Contents

tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "homebrew/cask-fonts"

cask "docker"
cask "firefox"
cask "iterm2"
cask "spotify"
cask "postman"
cask "rar"
cask "font-source-code-pro" #subject to change

brew "coreutils"
brew "gh"
brew "git"
brew "jq"
brew "yq"
brew "neovim"
brew "ripgrep"
brew "tealdeer"
brew "wget"
brew "nghttp2" # HTTP2 Client
brew "ffmpeg" 
maverick1872 commented 10 months ago

Completed