Skip to content

mac Installed list

linqiong edited this page Sep 23, 2017 · 1 revision

Soft list

  1. xcode
  2. webstorm
  3. idea
  4. sublime
  5. sourcetree
  6. evernote
  7. iterm2
  8. chrome
  9. nodejs
  10. jdk
  11. postman
  12. Mysql
  13. Alfred
  14. Java for OS X 2015-001
    1. https://support.apple.com/kb/DL1572?locale=zh_CN
  15. Popclip
  16. Kindle
  17. Snippets
  18. Host tools
    1. https://github.com/2ndalpha/gasmask
    2. https://github.com/oldj/SwitchHosts
  19. spectacle
    1. https://github.com/eczarny/spectacle
  20. Typora
    1. https://www.typora.io/
  21. Dash
    1. https://kapeli.com/dash
  22. ndm
    1. https://720kb.github.io/ndm/
  23. statsbar

Homebrew

  1. brew
    1. https://brew.sh/
  2. brew install maven
  3. brew install pkg-config cairo pango libpng jpeg giflib
  4. brew install tmux
  5. brew install thrift
  6. brew install redis
  7. brew install autojump
  8. brew install tmate
  9. brew install jetty
  10. brew install jq

Zsh env

  1. zsh
    1. https://github.com/robbyrussell/oh-my-zsh
  2. zsh-autosuggestions
    1. https://github.com/zsh-users/zsh-autosuggestions
  3. brew install zsh-syntax-highlighting

Python env

  1. brew install pyenv
  2. sudo easy_install pip
  3. sudo pip install virtualenv
  4. sudo pip install virtualenvwrapper --upgrade --ignore-installed six
    1. https://www.foofish.net/six.html
    2. http://mkelsey.com/2013/04/30/how-i-setup-virtualenv-and-virtualenvwrapper-on-my-## m

Npm list

  1. npm --registry https://registry.npm.taobao.org info underscore
  2. npm install -g node-gyp
  3. npm install -g jscs
  4. npm install -g eslint
  5. npm install -g babel-eslint
Clone this wiki locally