From 54730a1b466528fae2361263a47a669bb506da67 Mon Sep 17 00:00:00 2001 From: Frank Lyder Bredland Date: Tue, 20 Aug 2024 10:21:29 +0200 Subject: [PATCH] Cargo binstall for faster cargo installs, and moonlight for game streaming --- os/macos/Brewfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os/macos/Brewfile b/os/macos/Brewfile index 0f637a6..87dd263 100644 --- a/os/macos/Brewfile +++ b/os/macos/Brewfile @@ -37,6 +37,7 @@ brew "fnm" # Node package no longer needed, use fnm instead # yarn / pnpm not needed, use corepack instead brew "cmake" brew "rustup" +brew "cargo-binstall" brew "rust-analyzer" brew "go" brew "oven-sh/bun/bun" @@ -91,3 +92,6 @@ cask "ticktick" # Games cask "minecraft" cask "steam" + +# Game streaming +cask "moonlight"