Skip to content

Latest commit

 

History

History
132 lines (95 loc) · 2.72 KB

MAC.md

File metadata and controls

132 lines (95 loc) · 2.72 KB

装机软件

常用

  1. 谷歌浏览器 √
  2. foxmail √
  3. qq 微信 √
  4. 网易云音乐 √
  5. teamviewer √
  6. 番茄土豆 √
  7. MPlayerX √
  8. 迅雷 √
  9. ps
  10. wps √
  11. TightVNC
  12. 搜狗输入法 √
  13. gitbook
  14. iThoughtsX
  • Alfred

  • BetterZip

  • AppZapper

  • shotcat 键盘操作

  • elmedia 倍速播放器

  • paragon ntfs for mac 移动硬盘识别软件

  • 全能解压

  • Handshaker(mac与Android文件互传)

  • mos for mac(让第三方鼠标滚轮丝滑顺畅)

办公软件

开发

开发环境

  1. homebrew http://brew.sh/
  2. iTerm2
  3. Zsh
  4. git √
  5. nvm √ 一定要比 node 先安装
  6. nrm √
  7. node npm yarn √
  8. arc
  9. java √
  10. python 2.7.13 √
  11. ruby √
  12. php -> vs studio 2017 要修改 php.ini 参考 http://blog.csdn.net/rilyu/article/details/37379873
  13. switchhosts
  14. oh-my-zsh https://github.com/robbyrussell/oh-my-zsh

脚手架

  1. hexo-cli √
  2. weex-toolkit √

开发软件

  1. gitkraken √
  2. sourcetree √
  3. vscode √
  4. cmder √
  5. git bash √
  6. mongodb √
  7. Robomongo 0.9.0-RC9 √
  8. virtual box
  9. webstorm
  10. RedisDesktopManager
  11. android studio
  12. Charles
  13. Genymotion
  14. mysql-workbench
  15. sublimeText √
  16. notepad++ √
  17. TortoiseSVN
  18. atom
  19. mysql
  20. IntelliJ IDEA 2017.1.2

mac 使用

文本编辑快捷键 http://www.cnblogs.com/wangfenjin/archive/2012/09/06/2672871.html

键盘快捷键 Mission Control Ctrl + 上应用程序窗口 Ctrl + 下切换工作空间 Ctrl + 左/右显示桌面 F11 显示 DashBoard F12 切换窗口 command + tab 最小化窗口有快捷键(Cmd+M)

安装教程

arcanist

https://secure.phabricator.com/book/phabricator/article/arcanist/#installing-arcanist

安装 ssh

https://help.github.com/articles/connecting-to-github-with-ssh/

mac美化终端

问题

CocoaPods not working in macOS High Sierra

  • sudo gem update --system sudo gem install -n /usr/local/bin cocoapods

pod install

pod install 安装失败

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

https://www.jianshu.com/p/07a281ff57d3

把 PHP 设为全局 path

php: command not found 命令找不到 export PATH=$PATH:/usr/local/PHP/bin