Commit Graph

8 Commits

Author SHA1 Message Date
Nick Nisi
1a8ab46753 update neovim to install release version
update neovim to install the release version instead of HEAD now that there are releases of neovim
2015-11-05 21:06:10 -06:00
Nick Nisi
316a7a662b update location of neovim config, update link.sh
* move ~/.nvim to ~/.config/nvim
* move ~/.nvimrc to ~/.config/nvim/init.vim
* update install/link.sh to skip already existing files
* update install/link.sh to handle creating symlinks for files in newly created config/ directory

These changes are consistent with the latest neovim install, which moves away from ~/.nvim and ~/.nvimrc
2015-10-29 20:25:36 -05:00
Nick Nisi
a61d3b67af fix symlink location in install script fixes #9
Fix the symlink location in install/link.sh
Thanks to @nilbot for pointing it out!
2015-10-28 21:16:06 -05:00
Nick Nisi
1449da7cd7 add nvim configuration
* add neovim installation to brew install script
* clone vimrc to nvimrc
* replace syntastic plugin with neomake
2015-08-13 22:38:38 -05:00
Nick Nisi
387594e491 update install files
* correct bad paths in install.sh (thanks @pidgypost)
* update brew install script
* update nvm installation to work correctly

fixes #6 and fixes #7
2015-08-10 22:40:10 -05:00
Nick Nisi
2bd7d3b5d9 fix typo in brew install file 2015-06-17 17:57:32 -04:00
Nick Nisi
27bf310ecf update install script
* remove unused items
* update to symlink the nginx configuration
* install markdown from homebrew
2015-06-17 14:55:40 +02:00
Nick Nisi
6590edaf82 update install scripts
* automate more of the nginx setup
* automate the dnsmasq setup
2015-01-17 02:57:20 -06:00