Commit d98158f

mo khan <mo@mokhan.ca>
2021-02-05 04:12:58
fix paths
1 parent 0de76e9
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