forked from NvChad/NvChad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSETUP_README
32 lines (22 loc) · 1.04 KB
/
SETUP_README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
https://nvchad.github.io/
Setup new machine:
- Clone NvChad repo to ~/.config/nvim
git clone [email protected]/xedrac/NvChad ~/.config/nvim
- Install Neovim 0.5.1 or later
sudo dnf install neovim
- Install plugins
nvim +'hi NormalFloat guibg=#1e222a' +PackerSync
- Install a NerdFont so icons work (See list at: https://www.nerdfonts.com/font-downloads)
sudo mkdir /usr/local/share/fonts
wget --no-check-certificate https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip
sudo unzip SourceCodePro.zip -d /usr/local/share/fonts
fc-cache -f -v
- Create alias from vim -> nvim
echo "alias vim='nvim'" >> ~/.bashrc && source ~/.bashrc
- Install optional programs
sudo dnf install shfmt ShellCheck # Shell formatting/linting
cargo install stylua # Lua formatting
sudo dnf install lua-devel
sudo luarocks install luacheck # Lua linting
Documentation:
https://nvchad.github.io/config/Default_mappings