Commit Graph

10 Commits

Author SHA1 Message Date
Nick Nisi
a517c4b90f README cleanup, install script cleanup
* Remove bad links, unnecessary sections
* add TODO for tmux section
* move installosx.sh to install/osx.sh
2016-01-17 09:55:52 -06:00
Nick Nisi
dccebf5756 remove vim/ and add symlinks
Remove the vim configuration files from the repository. I have moved fully over
to neovim and so these configuration files have stagnated. Instead, let's symlink the
neovim config for vim

* remove vim/
* add symlinking code in install/link.sh to symlink neovim config for vim
* symlink config/nvim -> ~/.vim
* symlink config/nvim/init.vim -> ~/.vimrc
* Remove old/outdated info from README
* Revise Vim and Neovim section of README
2016-01-17 09:39:07 -06:00
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