Skip to content

Instantly share code, notes, and snippets.

@balduran
Created December 12, 2017 07:16
Show Gist options
  • Select an option

  • Save balduran/86a60fc8480cfdcd16da6a3f3803b155 to your computer and use it in GitHub Desktop.

Select an option

Save balduran/86a60fc8480cfdcd16da6a3f3803b155 to your computer and use it in GitHub Desktop.
# Install GNU core utilities (those that come with OS X are outdated)
brew 'coreutils'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew 'findutils'
brew 'wget'
brew 'git'
brew 'ack'
brew 'ssh-copy-id'
brew 'tree'
brew 'webkit2png'
brew 'mas' # Mac App Store
# brew install libksba
brew 'nvm'
#brew tap neovim/neovim
#brew install --HEAD neovim
# Install more recent versions of some OS X tools.
brew 'vim'
brew 'grep'
brew 'openssh'
brew 'screen'
brew 'brew-cask-completion'
tap 'caskroom/versions'
cask 'alfred'
cask 'iterm2'
# Development tool casks
cask 'sublime-text'
cask 'atom'
cask 'visual-studio-code'
cask 'virtualbox'
cask 'vagrant'
cask 'macdown'
cask 'google-chrome'
cask 'firefox'
cask 'skype'
cask 'slack'
cask 'dropbox'
cask 'github'
cask 'amazon-drive'
cask 'gpg-suite'
cask 'keka'
cask 'intellij-idea-ce'
cask 'pycharm-ce'
cask 'google-web-designer'
cask 'google-photos-backup-and-sync'
cask 'google-cloud-sdk'
cask 'google-nik-collection'
cask 'google-drive-file-stream'
cask 'cloudup'
cask 'grammarly'
cask 'charles'
cask 'osxfuse'
cask 'macfusion'
cask 'vlc'
cask 'ghost'
cask 'spotify'
cask 'clyang-welly'
cask 'flickr-uploadr'
cask 'adobe-photoshop-lightroom571'
cask 'battle-net'
cask 'lastpass'
cask 'paragon-ntfs'
# Install Docker, which requires virtualbox
brew 'docker'
# brew 'boot2docker'
# Install developer friendly quick look plugins; see https://github.com/sindresorhus/quick-look-plugins
cask 'qlcolorcode'
cask 'qlstephen'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'qlprettypatch'
cask 'quicklook-csv'
cask 'betterzipql'
cask 'qlimagesize'
cask 'webpquicklook'
cask 'suspicious-package'
mas 'Magnet', id: 441258766
mas 'Line', id: 539883307
mas 'Microsoft OneNote', id: 784801555
mas 'LastPass Password Manager', id: 926036361
mas 'Logseen', id: 1167891130
mas 'feedly. Read more, know more.', id: 865500966
mas 'OneDrive', id: 823766827
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment