diff options
author | Cody Hiar <codyfh@gmail.com> | 2015-12-01 11:23:56 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2015-12-01 11:23:56 -0700 |
commit | 211f228e22dafe908adb8b1e852a28dacd17014d (patch) | |
tree | 00c8f3ee9b14e33f57616291c6948504be27cee1 | |
parent | 363dc1a87bba6858d6a34653686e01abccc5eea8 (diff) |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,9 +1,6 @@ # Setup -This is my '~/.vim' folder along with my vimrc folder. -If you want to use this yourself you can use the following commands: - +Now that I use Neovim exclusively, this has become my vim repo that I call when I want to install vim on a remote machine. ``` -git clone https://github.com/thornycrackers/.vim.git -ln -s .vim/vimrc .vimrc +git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc ``` -This will overwrite an existing vimrc file if you have one. + |