From 54b772cae06eb25adf33297e35234f33ded81a7b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 12 Mar 2022 19:54:51 +0530 Subject: neovim addition --- .scripts/not needed/popupgrade | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .scripts/not needed/popupgrade (limited to '.scripts/not needed/popupgrade') diff --git a/.scripts/not needed/popupgrade b/.scripts/not needed/popupgrade new file mode 100755 index 0000000..29d6230 --- /dev/null +++ b/.scripts/not needed/popupgrade @@ -0,0 +1,9 @@ +#!/bin/sh + +printf "Beginning upgrade.\\n" + +yay -Syu +pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}" + +printf "\\nUpgrade complete.\\nPress to exit window.\\n\\n" +read -r _ -- cgit v1.2.3