This repository has been archived on 2019-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
neostrophic/neostrophic.install

13 lines
276 B
Plaintext

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 ;)"
}