Last active
June 8, 2019 17:45
-
-
Save arudmin/7b1e2fdde8e0125ebf36 to your computer and use it in GitHub Desktop.
installing usefull packets for macos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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