Initial commit to Github

This commit is contained in:
2016-04-11 19:33:20 +03:00
commit f14bf4b6cd
5 changed files with 328 additions and 0 deletions

12
neostrophic.install Normal file
View File

@@ -0,0 +1,12 @@
post_install () {
post_upgrade "$@"
}
post_upgrade () {
echo "> Note: Move/delete your ~/.config/nvim/init.vim if you have one"
echo "> Also don't forget to run ':PlugInstall' ;)"
}
post_remove () {
echo "Don't forget to clean up \$XDG_CONFIG_DIR/nvim ;)"
}