MacOS使用技巧

  1. 设置快捷键 spotlight 使用 ctrl+space,input 使用 cmd+space

  2. 翻墙先 https://www.snshijie.com/ 这里用到 lastpass 邮箱是 gmail 密码要记得

  3. 下载 chrome 登陆账户

  4. 下载 iTerm2 https://www.iterm2.com/index.html
    sudo nano ~/.bash_profile
    alias ll='ls -alF'
    保存后source ~/.bash_profile

  5. 安装 Beyond Compare

  6. 安装 node.js https://nodejs.org/en/

  7. 下载 atom https://atom.io/

  8. 安装 homebrew https://brew.sh/
    通过代理使用 brew
    export ALL_PROXY=socks5://127.0.0.1:1080

  9. 安装 git 下载安装或者 brew install git 都可以

  10. 安装 hexo
    next 主题
    https://github.com/theme-next/hexo-theme-next

  11. 安装 anaconda python3.6

如果出现以下弹框,这说明你没有修改 hosts 文件,或说没生效

  1. 下载百度网盘 里面有常用工具

  2. 安装 golang

  3. 安装 Datagrip

  4. 安装 mysql 5.6.39
    下载安装包 https://www.mysql.com/downloads/ 注意版本
    具体操作参见“MySQL 学习”文章

  5. 安装 webstorm

  6. 安装 QT
    安装 Qt lib 和 Qt Creator
    下载地址

  7. hex 编辑器
    https://ridiculousfish.com/hexfiend/
    https://github.com/ridiculousfish/HexFiend/