-
-
Save rodrigopolo/e94c6c9fb9d331c848f296eea682bf01 to your computer and use it in GitHub Desktop.
my default brew/cask installs
This file contains 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
# firsrun: | |
# install xcode-cli-tools | |
# xcode-select --install | |
# install homebrew | |
# ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# install caskroom | |
# brew install caskroom/cask/brew-cask | |
# update/install: | |
brew update | |
# shell comforts | |
brew install bash | |
brew install bash-completion | |
brew install colortail | |
brew install colordiff | |
brew install grc | |
brew install pidof | |
brew install htop-osx | |
brew install pstree | |
brew install fish | |
brew install ttyrec | |
brew install screenfetch | |
# modernity | |
#brew install homebrew/dupes/grep | |
#brew install homebrew/dupes/openssh | |
#brew install homebrew/dupes/screen | |
# network utils | |
brew install mtr --no-gtk | |
brew install arping | |
brew install arp-scan | |
brew install dnstop | |
brew install iftop | |
brew install ipv6calc | |
brew install sipcalc | |
brew install ngrep | |
brew install nmap | |
brew install tcpflow | |
brew install tcptrace | |
brew install openvpn | |
brew install ssh-copy-id | |
brew install netperf | |
brew install iperf | |
brew install httping | |
#brew install tinyproxy | |
#brew install vsftpd | |
# media tools | |
brew install webkit2png | |
brew install youtube-dl | |
brew install flac | |
brew install flactag | |
brew install ffmpeg | |
brew install faac | |
brew install id3v2 | |
brew install mkvalidator | |
brew install mp3cat | |
brew install mp3check | |
brew install exiftool | |
brew install pngcheck | |
brew install pdfgrep | |
brew install webarchiver | |
# file/disk utils | |
brew install tree | |
brew install ncdu | |
brew install mc | |
brew install unrar | |
brew install p7zip | |
brew install photorec | |
brew install testdisk | |
brew install ddrescue | |
brew install gptfdisk | |
brew install par2 | |
brew install cksfv | |
#brew install ext2fuse | |
#brew install ext4fuse | |
# automation | |
brew install awscli | |
# hardware support / serial | |
brew cask install serial-tools | |
brew install mcs783x | |
brew install prolific-usb-serial-driver | |
brew install wch-ch34x-usb-serial-driver | |
#brew install lcdproc | |
# development | |
brew install highlight | |
brew install source-highlight | |
brew install graphviz | |
# osx ui | |
brew install dark-mode | |
brew install toggle-osx-shadows | |
# cask | |
brew cask install amethyst | |
brew cask install arrsync | |
brew cask install dropbox | |
brew cask install iterm2 | |
brew cask install virtualbox | |
brew cask install atom | |
brew cask install the-unarchiver | |
brew cask install vlc | |
brew cask install mpv | |
brew cask install plex-media-server | |
brew cask install today-scripts | |
brew cask install spectacle | |
brew cask install kext-utility | |
brew cask install dropdmg | |
brew cask install sublime-text | |
brew cask install flash | |
brew cask install google-chrome | |
brew cask install transmission | |
#brew cask install tftpserver | |
#brew cask install unetbootin | |
#brew cask install 5iler | |
# quickLook plugins | |
brew cask install --force betterzipql | |
brew cask install --force cert-quicklook | |
brew cask install --force epubquicklook | |
brew cask install --force qlcolorcode | |
brew cask install --force qlmarkdown | |
brew cask install --force qlprettypatch | |
brew cask install --force qlstephen | |
brew cask install --force quicklook-csv | |
brew cask install --force quicklook-json | |
brew cask install --force suspicious-package | |
brew cask install --force webp-quicklook | |
qlmanage -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment