mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
Add migration for news alerts box
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user