Skip to content
- Là một công cụ IDE nhỏ gọn tiện dụng trên Linux.
- Tải và cài đặt bin file tại
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.appimage
mkdir -p /opt/nvim && mv nvim-linux-x86_64.appimage /opt/nvim/nvim
export PATH="$PATH:/opt/nvim/"
- Cài đặt các gói cần thiết.
- dnf install fontconfig unzip gcc gcc-c++ wget make unzip ripgrep git tar -y
- Cài đặt font
- /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)”
- Cài đặt NvChad
- git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
- Xóa .git folder.
- MasonInstallAll để cài đặt các plugins.
- Lazy sync để update.
You Might Also Like