Update readme
This commit is contained in:
parent
a9cbaf7802
commit
3d4e2d8ee8
1 changed files with 9 additions and 0 deletions
|
@ -43,10 +43,19 @@ Using [stow](https://www.gnu.org/software/stow/)
|
||||||
Symlinking (don't use relative pathing)
|
Symlinking (don't use relative pathing)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
$ cd ~/
|
||||||
$ git clone git@github.com:mattleong/CosmicNvim.git
|
$ git clone git@github.com:mattleong/CosmicNvim.git
|
||||||
$ ln -s ~/.config/nvim ~/CosmicNvim
|
$ ln -s ~/.config/nvim ~/CosmicNvim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Just clone it
|
||||||
|
```
|
||||||
|
$ cd ~/.config
|
||||||
|
$ git clone git@github.com:mattleong/CosmicNvim.git nvim
|
||||||
|
```
|
||||||
|
|
||||||
|
_Install script coming soon..._
|
||||||
|
|
||||||
## 📷 Screenshots
|
## 📷 Screenshots
|
||||||
|
|
||||||
### Statusline
|
### Statusline
|
||||||
|
|
Loading…
Add table
Reference in a new issue