aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-28 10:49:51 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-28 10:49:51 +0100
commit2c2bbb73d0c81b11c96ad245b977d7166c575178 (patch)
tree32c1290bcbe363d6fba93790080f3f6ca85f2631 /install
parentfeat: better install script, move vis & tmux stuff to dotfiles repo (diff)
downloadsuckless-setup-2c2bbb73d0c81b11c96ad245b977d7166c575178.tar.gz
chore: cleanup of gitignore(s), fetcha Makefile and license
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 2 insertions, 0 deletions
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