Compare commits
5 Commits
a7cb4a0b6c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 966eb0b4fe | |||
| fed74a8438 | |||
| d1cab46f53 | |||
| e3a76f447c | |||
| 9615f07e31 |
@@ -4,6 +4,12 @@
|
||||
- So you just import its modules , like `require "nvchad.options" , require "nvchad.mappings"`
|
||||
- So you can delete the .git from this repo ( when you clone it locally ) or fork it :)
|
||||
|
||||
# Install
|
||||
|
||||
```bash
|
||||
curl -sf https://gitea.astrid-klipfel.fr/asteri/neovim/raw/branch/main/install.sh | sh
|
||||
```
|
||||
|
||||
# Credits
|
||||
|
||||
1) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!
|
||||
|
||||
8
install.sh
Normal file
8
install.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
sudo apt install git nodejs npm libfuse2
|
||||
rm -rf ~/.config/nvim
|
||||
git clone https://gitea.astrid-klipfel.fr/asteri/neovim.git ~/.config/nvim
|
||||
mkdir -p ~/Applications
|
||||
curl -sf https://github.com/neovim/neovim/releases/download/v0.12.2/nvim-linux-x86_64.appimage -o ~/Applications/nvim-linux-x86_64.appimage
|
||||
chmod +x ~/Applications/nvim-linux-x86_64.appimage
|
||||
~/Applications/nvim-linux-x86_64.appimage
|
||||
Reference in New Issue
Block a user