PageRenderTime 74ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/brewfile.sh

https://github.com/koic/dotfiles
Shell | 63 lines | 57 code | 5 blank | 1 comment | 2 complexity | 70587f9f94ab73085f044880f5c1d420 MD5 | raw file
  1. #!/bin/sh
  2. export HOMEBREW_CASK_OPTS="--appdir=/Applications"
  3. brew update
  4. brew upgrade
  5. brew install ack
  6. brew install aspell
  7. brew install autoconf
  8. brew install automake
  9. brew install axel
  10. brew install cairo
  11. brew install cmake
  12. brew install cmigemo
  13. brew install colordiff
  14. brew install coreutils
  15. brew install ctags
  16. brew install docker
  17. brew install --with-cocoa emacs
  18. brew install enscript
  19. brew install fzf
  20. brew install git
  21. brew install git-when-merged
  22. brew install gnu-sed
  23. brew install go
  24. brew tap b4b4r07/gomi && brew install gomi
  25. brew install graphicsmagick
  26. brew install graphviz
  27. brew install hub
  28. brew install imagemagick
  29. brew install jq
  30. brew install libxml2
  31. brew install llvm
  32. brew install migemogrep
  33. brew install mongodb
  34. brew install neo4j
  35. brew install node
  36. brew install nkf
  37. brew install pandoc
  38. brew install peco
  39. brew install pstree
  40. brew install ragel # Use to build `whitequark/parser`
  41. brew install rbenv-default-gems
  42. brew install rlwrap
  43. brew install source-highlight
  44. brew install the_silver_searcher
  45. brew install tig
  46. brew install tmux
  47. brew install wget
  48. brew install --without-etcdir zsh
  49. brew install zsh-completions
  50. brew tap homebrew/dupes
  51. brew install less # Terminal displays weird characters... Thanks to https://github.com/as-cii/terminal-emojify
  52. brew install screen
  53. brew install caskroom/cask/brew-cask
  54. brew cask install docker
  55. brew cask install iterm2 && brew cask cleanup
  56. brew cask install mojibar
  57. brew cask install ngrok
  58. brew install https://raw.githubusercontent.com/BurntSushi/ripgrep/master/pkg/brew/ripgrep.rb