|
|
@@ -1,17 +1,18 @@
|
|
|
-# vimrc
|
|
|
-My Vim configuration
|
|
|
+# Vim Run Commands (RC)
|
|
|
|
|
|
-##Install
|
|
|
-```bash
|
|
|
-git clone https://github.com/wreed4/vimrc.git ~/.vim
|
|
|
+Singular Vim configuration that I use across multiple machines (work/home).
|
|
|
+A fork of `wreed4/vimrc.git`.
|
|
|
+
|
|
|
+## Install (SSH)
|
|
|
+``` bash
|
|
|
+git clone ssh://git@gogs.sjaffe.name:3000/sjjaffe/vimrc.git ~/.vim
|
|
|
cd ~/.vim
|
|
|
./make_links.sh
|
|
|
```
|
|
|
|
|
|
-or
|
|
|
-
|
|
|
-```bash
|
|
|
-git clone git@github.com:wreed4/vimrc.git ~/.vim
|
|
|
+## Install (HTTPS)
|
|
|
+``` bash
|
|
|
+git clone https://gogs.sjaffe.name/sjjaffe/vimrc.git ~/.vim
|
|
|
cd ~/.vim
|
|
|
./make_links.sh
|
|
|
```
|