Quellcode durchsuchen

refactor: fetch MY version

Sam Jaffe vor 2 Monaten
Ursprung
Commit
f5db75cb1c
1 geänderte Dateien mit 10 neuen und 9 gelöschten Zeilen
  1. 10 9
      README.md

+ 10 - 9
README.md

@@ -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
 ```