Update README.md
This commit is contained in:
parent
d7072861e6
commit
1a300e366c
21
README.md
21
README.md
|
|
@ -132,16 +132,17 @@ To install:
|
||||||
prefix + I
|
prefix + I
|
||||||
```
|
```
|
||||||
|
|
||||||
15. Install NVChad
|
16. Install NVChad
|
||||||
```
|
|
||||||
rm -rf ~/.config/nvim
|
|
||||||
rm -rf ~/.local/share/nvim
|
|
||||||
git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim
|
|
||||||
git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom
|
|
||||||
nvim
|
|
||||||
```
|
|
||||||
|
|
||||||
17. Gnome tweaks (Optional)
|
|
||||||
|
rm -rf ~/.config/nvim
|
||||||
|
rm -rf ~/.local/share/nvim
|
||||||
|
git clone -b v2.0 git@github.com:NvChad/NvChad.git ~/.config/nvim && nvim
|
||||||
|
git clone git@github.com:LinuxIsCool/nvchadcustom.git ~/.config/nvim/lua/custom
|
||||||
|
nvim
|
||||||
|
|
||||||
|
|
||||||
|
18. Gnome tweaks (Optional)
|
||||||
|
|
||||||
Setting key repeat and interval:
|
Setting key repeat and interval:
|
||||||
```
|
```
|
||||||
|
|
@ -174,7 +175,7 @@ To install:
|
||||||
gsettings set org.gnome.shell.extensions.dash-to-dock background-opacity 0.4
|
gsettings set org.gnome.shell.extensions.dash-to-dock background-opacity 0.4
|
||||||
```
|
```
|
||||||
|
|
||||||
18. Install Gnome Extensions (Optional).
|
19. Install Gnome Extensions (Optional).
|
||||||
Here is an example of some extensions that I use:
|
Here is an example of some extensions that I use:
|
||||||

|

|
||||||
Older:
|
Older:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue