Add migration for news alerts box

This commit is contained in:
Ryan Hughes
2025-10-27 13:29:05 -04:00
parent a39ecf41bc
commit 4bd29207c6

12
migrations/1761585764.sh Normal file
View File

@@ -0,0 +1,12 @@
echo "Disable Nvim news alerts box"
cat <<EOF
This will add a config file to disable it:
~/.config/nvim/lua/plugins/disable-news-alert.lua
EOF
if gum confirm "Disable nvim news alert?"; then
cp /usr/share/omarchy-nvim/config/lua/plugins/disable-news-alert.lua ~/.config/nvim/lua/plugins/disable-news-alert.lua
fi