- ssh 配置
生成: ssh-keygen -t rsa -C"you_email"
添加:ssh-add ~/.ssh/id_rsa
-安装命令:curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
-设置默认使用zsh Mac终端神器zsh - 掘金
-插件 ()
新建文件夹 “~/.oh-my-zsh/myPlugins/" 并切到这里
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
git clone git://github.com/zsh-users/zsh-autosuggestions.git
安装指南:The Missing Package Manager for macOS (or Linux) — Homebrew
- 必备软件
brew install nginx
brew install minicodaMacOS 使用miniconda 虚拟环境 TensorFlow深度学习环境_yanghaoyuan.sh的博客-CSDN博客
- 权限
cd /opt
sudo chmod -R 777 ./homebrew
GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
- 全局插件必备
npm install -g http-server