Skip to content

Instantly share code, notes, and snippets.

@AlexKMDev
Last active August 29, 2015 13:57
Show Gist options
  • Save AlexKMDev/9550063 to your computer and use it in GitHub Desktop.
Save AlexKMDev/9550063 to your computer and use it in GitHub Desktop.
System Brewfile
update
upgrade
# beautiful info about system
install archey
# ssh connection with monitoring and autoreconnecting
install autossh
# brew repo for desktop apps
install phinze/cask/brew-cask
# tool for static C/C++ code analysis
install cppcheck
# latest curl
install curl
# convert windows end-of-lines to unix end-of-lines
install dos2unix
# media converter
install ffmpeg
# latest git
install git
# deployment tool for ftp
install git-ftp
# git shell
install git-sh
# pgp encryption
install gnupg
# system resources monitoring
install htop-osx
# imagemagick with tiff and webp support
install imagemagick --with-libtiff --with-webp
# midnight commander
install mc
# generates Obj-C code for custom CoreData classes
install mogenerator
# mongodb server
install mongodb
# cli disk usage viewer
install ncdu
# network tool
install nmap
# nodejs, npm
install node
# parallel implementation of gzip
install pigz
# java/scala framework
install play
# rack server
install pow
# monitor data through pipes
install pv
# key-value storage engine
install redis
# ruby versions management tool
install rbenv
# install ruby via rbenv
install ruby-build
# rust language compiler
install rust
# copy locally keys to authorize on remote machines
install ssh-copy-id
# text-mode interface for git
install tig
# favourite terminal multiplexer
install tmux
# latest vim
install vim --override-system-vi
# latest wget
install wget
# youtube downloader
install youtube-dl
# homebrew cask packages
# static Obj-C code analysis tool
cask install oclint
# latest virtualbox
cask install virtualbox
# development environments in virtualbox
cask install vagrant
cleanup -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment