diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-28 10:49:51 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-28 10:49:51 +0100 |
| commit | 2c2bbb73d0c81b11c96ad245b977d7166c575178 (patch) | |
| tree | 32c1290bcbe363d6fba93790080f3f6ca85f2631 /install | |
| parent | feat: better install script, move vis & tmux stuff to dotfiles repo (diff) | |
| download | suckless-setup-2c2bbb73d0c81b11c96ad245b977d7166c575178.tar.gz | |
chore: cleanup of gitignore(s), fetcha Makefile and license
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
