commit a0324cf03e210f95596874252bb2bfb1df076301 (patch) parent 746048fb1acb644c7c2eb620d979d6d6642c51a8 Author: Alexander Karle <akarle@umass.edu> Date: Tue, 28 Nov 2017 20:33:34 -0500 basic readme instructions Diffstat:
M | README.md | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,2 +1,8 @@ -# dotiles +# dotfiles My dotfiles. + +# Basic Setup +1. My vimrc is tailored for neovim, get it [here](https://github.com/neovim/neovim). (NOTE: after installing, read instructions for nvim-from-vim). +2. Set up Vundle for packages [instructions here](https://github.com/VundleVim/Vundle.vim). +3. I am using the vim-one theme [here](https://github.com/rakr/vim-one), put this in your .vim/colors folder. +4. Run :PluginInstall, and you should be good to go!