From 2c2bbb73d0c81b11c96ad245b977d7166c575178 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 28 Dec 2025 10:49:51 +0100 Subject: chore: cleanup of gitignore(s), fetcha Makefile and license --- install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install b/install index 3cb9223..294dcfd 100755 --- a/install +++ b/install @@ -15,6 +15,8 @@ if [ "$(id -u)" -eq 0 ] || [ -n "$SUDO_UID" ]; then (cd "$program" && echo "Starting $program installation" && make -s clean install && echo "$program installation complete" && make -s clean) done + git restore . + if command_exists picom; then echo "Copying picom configuration" cp picom.conf /etc/xdg/picom.conf -- cgit v1.2.3