Skip to content

Latest commit

 

History

History
168 lines (121 loc) · 4.39 KB

MAC.md

File metadata and controls

168 lines (121 loc) · 4.39 KB

装机软件

常用

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

办公软件

开发

开发环境

  1. homebrew http://brew.sh/

  2. iTerm2 https://juejin.im/post/5d480e5ee51d4561f64a07b1

    1. mac下终端iTerm2配置
    2. Mac版iterm2如何设置热键悬浮窗口
    3. Mac上iterm2分屏切换
    4. 10 个 Terminal 主题,让你的 macOS 终端更好看
  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

  15. termius https://www.termius.com/mac-os

shell

  • Tree
  • Autojump brew install autojump
  • Extract
  • colorls

vim 插件

  • easymotion/vim-easymotion
  • Yggdroot/LeaderF
  • preservim/nerdtree
  • tpope/vim-surround

脚手架

  1. hexo-cli √
  2. weex-toolkit √
  3. tree brew install tree

开发软件

  1. gitkraken √
  2. sourcetree √ source tree图谱和多分支开发 - 简书
  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 官网下载安装,在系统偏好设置启动 https://www.cnblogs.com/nickchen121/p/11145123.html mysql提示The server quit without updating PID file /usr/local/mysql/data/localhost.localdomain.pid
  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

Mac系统如何显示隐藏文件

在终端中输代码defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder即可显示隐藏文件。 https://jingyan.baidu.com/article/e8cdb32beec90337052bad89.html

Open With VSCode----在Mac上右键菜单通过Visual Studio Code打开文件夹操作的设置

https://blog.csdn.net/u013069892/article/details/83147239

工具