WanderHuang / dotfile

my dotfile on OS X
1 stars 1 forks source link

新mac环境配置 #1

Open WanderHuang opened 2 years ago

WanderHuang commented 2 years ago
  1. 安装homebrew
  2. brew update
  3. brew install git
  4. brew install iterm2 --cask
  5. brew install neovim --HEAD
  6. 安装oh my zsh,修改主题,下载字体,修改iterm配色,配置~/.zshrc,安装高亮语法brew install zsh-syntax-highlighting
  7. 配置neovim
  8. 安装vscode
WanderHuang commented 2 years ago

错误处理

  1. brewgit ref问题

rm -rf /opt/homebrew

  1. brew 报找不到仓库No similarly named formulae found
cd /usr/local/Homebrew/Library/Taps/homebrew/
rm -rf homebrew-core
git clone https://github.com/Homebrew/homebrew-core.git
WanderHuang commented 2 years ago

技巧

  1. echo $0或者echo $SHELL打印当前脚本
  2. 生成git keyssh-keygen -t ed25519 -C "your_email@example.com"