From 05d32dcde7b3727481bae6e17565d3aee31eeb25 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sat, 10 Aug 2024 23:22:18 +0200 Subject: [PATCH] Add macos homebrew script --- scripts/install-brew-macos.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/install-brew-macos.sh diff --git a/scripts/install-brew-macos.sh b/scripts/install-brew-macos.sh new file mode 100644 index 0000000..b2d9d04 --- /dev/null +++ b/scripts/install-brew-macos.sh @@ -0,0 +1,9 @@ +#!/bin/zsh + +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew doctor + +# Install some default tools +brew update +brew install tmux mosh eza lsd ffmpeg aria2 bat dog f3 gping btop imagemagick iperf3 ncdu p7zip pigz rclone rsync screen thefuck tldr unzip yt-dlp zstd +brew install --cask balenaetcher cryptomator iina handbrake imageoptim libreoffice losslesscut mgba mkvtoolnix nextcloud obs rar retroarch-metal secretive ultimaker-cura vlc vscodium zed signal transmission \ No newline at end of file