Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1005 Bytes

README_zh_CN.md

File metadata and controls

47 lines (32 loc) · 1005 Bytes

前置条件

本项目基于 Nvchad ,使用前需要满足以下条件

  1. Neovim 0.9.4+
  2. 终端字体使用 Nerd Font
  3. gcc
  4. make
  5. Ripgrep (可选)

使用方式

Windows 平台

  • 安装 Neovimgccmakeripgrep
scoop install neovim gcc make ripgrep
  • 配置终端字体为 Nerd Font
  • 备份原有配置
Test-Path $ENV:USERPROFILE\AppData\Local\nvim && Copy-Item -Recurse -Path $ENV:USERPROFILE\AppData\Local\nvim -Destination $ENV:USERPROFILE\AppData\Local\nvim-back
  • 克隆仓库
git clone --recurse-submodules https://github.com/resticDOG/nvim-nvchad-config.git
  • 建立软连接 使用管理员权限打开 powershell(或者 pwsh)
cd nvim-nvchad-config
./setup.ps1
  • 初始化
nvim

Linux 平台 (TODO)