Commit d98158f
Changed files (2)
install.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-git clone --recursive git@github.com:mokhan/vimfiles.git "$HOME/.vim"
+git clone --recursive git@github.com:xlgmokha/vimfiles.git "$HOME/.vim"
cd "$HOME/.vim" && make && make update
README.md
@@ -3,7 +3,7 @@
Setup
```bash
-$ curl -fsSl https://raw.githubusercontent.com/mokhan/vimfiles/master/install.sh | bash
+$ curl -fsSl https://raw.githubusercontent.com/xlgmokha/vimfiles/main/install.sh | bash
```
Add a new plugin