Skip to content

Instantly share code, notes, and snippets.

@arudmin
Last active June 8, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arudmin/7b1e2fdde8e0125ebf36 to your computer and use it in GitHub Desktop.
Save arudmin/7b1e2fdde8e0125ebf36 to your computer and use it in GitHub Desktop.
installing usefull packets for macos
#!/bin/bash
#install homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew install coreutils wget npm nodejs iftop htop p7zip
# du -h -d 1 / | gsort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment