Homebrew
Share on Twitter
I use Homebrew to install dependencies on my MacOS machines.
I generate a Brewfile
in ~/dotfiles
and run brew install
from within that folder. I generate the file by running the following in a terminal:
md-tangle <PATH TO VAULT>/42\ -\ Dotfiles/Homebrew.md
Packages I Install
brew "ccat"
Raycast
Raycast is the system launcher I use (as an alternative to Spotlight or Alfred)
brew "raycast"
VS Code
VS Code is the primary editor I use.
cask "visual-studio-code"
Share on Twitter