Skip to content

Instantly share code, notes, and snippets.

@sergeygalkin
Last active January 30, 2023 19:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeygalkin/e959723bc9a1d5fd75a86f4f6ef7ef7a to your computer and use it in GitHub Desktop.
Save sergeygalkin/e959723bc9a1d5fd75a86f4f6ef7ef7a to your computer and use it in GitHub Desktop.
Must have macos brew packages
# Common software, no need to additional comments
brew install \
wget youtube-dl rsync rclone s3cmd curl lftp # ℹ️ downloaders \
p7zip xz # ℹ️ archvators \
zsh # ℹ️ shells \
htop # ℹ️ monitoring \
watch pwgen gnu-sed parallel thefuck terminal-notifier pidof shellcheck \
multitail watchman tmux grep tree tldr \
imagemagick \
sysbench sops
# Network soft
brew install \
nmap socat iproute2mac autossh \
speedtest-cli mtr iperf3 iperf fping \
sshuttle # ℹ️ ssh tunnels \
# Mac spesific
brew install \
mas # ℹ️ console installer from App Store \
m-cli # ℹ️ 💥 Swiss Army Knife for macOS
# Dev tools
brew install \
git jq git-lfs git-crypt git-standup git-town \
markdown gist
# DevOps tools
brew install \
helm terraform kubectl docker-compose minikube \
ansible ansible-lint \
qemu
brew install --cask \
docker \
utm # ℹ️ qemu UI
# Clouds tools
brew install \
gdrive
# GUI tools
brew install --cask \
drawio \
gimp \
google-drive \
handbrake \
keepassxc \
obs \
shadowsocksx-ng \
yandex-disk \
wireshark \
vlc \
nextcloud
# GUI paid tools
brew install --cask \
tg-pro #ℹ️ monitoring \
bartender #ℹ️ take control of your menu bar (the best for 13 inch)
# GUI free tools
brew install --cask \
garmin-express #ℹ️ Garmin devices managment \
balenaetcher #ℹ️ Flash OS images to SD cards and USB drives
# Casks vpn
brew install --cask \
viscosity tunnelblick
# Install wireguard vpn from App Store
mas install 1451685025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment