Skip to content

Instantly share code, notes, and snippets.

@marianboda
Last active August 29, 2015 14:12
Show Gist options
  • Save marianboda/600a7dc7a5e577f90930 to your computer and use it in GitHub Desktop.
Save marianboda/600a7dc7a5e577f90930 to your computer and use it in GitHub Desktop.

OS X soft

Package Manager

Apps

# Terminal: iTerm 2
brew cask install iterm2

# Essentials
brew install node
brew install openssl 
brew install tree
brew cask install java
brew cask install 

# Quick Look plugins
brew cask install qlstephen
brew cask install quicklook-json
brew cask install qlmarkdown
brew cask install qlcolorcode
brew cask install betterzipql

# Chrome
brew cask install google-chrome

# Firefox
brew cask install firefox

# Atom (code editor)
brew cask install atom

# Torrent client: qBitTorrent
brew cask install qbittorrent

# FTP client: cyberduck
brew cask install cyberduck

# VLC
brew cask install vlc

# MPlayer OSX Extended
brew cask install mplayer-osx-extended

# Hex Editor: HexFiend
brew cask install hex-fiend


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment