feat: update install scripts

This commit is contained in:
Daniel Bauer
2026-08-08 16:48:37 +02:00
parent 11dfcbb47b
commit 954a667d9d
7 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
if [ ! -f "$HOME/.local/bin/diff-so-fancy" ]; then
echo "Installing diff-so-fance into .local/bin"
if [ ! -d "$HOME/.local/lib/diff-so-fancy" ]; then