Commit Graph

9 Commits

Author SHA1 Message Date
5c2ececbdf reorganise installation script 2016-06-19 15:24:11 +01:00
Nick Nisi
6ede79f9f4 fixes #28 ~/.vim/ symlink in link.sh
Thanks to @archer96 for finding the issue and providing fix
2016-05-19 05:08:34 -07:00
Nick Nisi
794dc843b3 add backup script, cleanup link script
* add initial stab at a backup script to copy existing files to a backup directory
* clean up unused code in link.sh
2016-04-01 10:45:29 -05:00
Nick Nisi
9e841588b6 install script updates
* fix logging and spacing issues
* update to use bash instead of zsh
2016-03-29 14:58:46 -07: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
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
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
6590edaf82 update install scripts
* automate more of the nginx setup
* automate the dnsmasq setup
2015-01-17 02:57:20 -06:00