Swapped setup script for Makefile

This commit is contained in:
Chuck Hawley
2017-10-23 14:57:31 -04:00
parent ea5ddbc053
commit ed4f245358
3 changed files with 25 additions and 93 deletions

View File

@@ -5,8 +5,17 @@ Breaking this out of my dotfiles repo to try to get a handle on multiple configu
I also want to finally have a `.vimrc` in which I understand each and every line. After years of collecting snips and
scraps from other people's dotfiles, I want to make sure that I am aware of what my `.vimrc` is doing.
This configuration is based heavily on the guide I found here: [Vim Zero](https://www.oliversherouse.com/2017/08/21/vim_zero.html)
which does exactly what I am aiming to do here: wipe the slate clean and start over.
This configuration is based heavily on the guide I found here: [Vim
Zero](https://www.oliversherouse.com/2017/08/21/vim_zero.html) which does exactly what I am aiming to do here: wipe the
slate clean and start over.
Whenever possible, I've noted the URL from which I found the setting or snippet. I try to insist that not everything
is self-explanatory.
---
The included Makefile will ensure vim is installed and the dotfiles get linked to your home directory.
make all
should do it.