mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-10 05:04:51 +01:00
Add macos homebrew script
This commit is contained in:
parent
b06d00347c
commit
05d32dcde7
9
scripts/install-brew-macos.sh
Normal file
9
scripts/install-brew-macos.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user