This commit is contained in:
Stephan Raabe
2023-04-15 20:43:19 +02:00
parent 735d87dcc9
commit 1bb2a72602
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -335,15 +335,6 @@ while true; do
esac
done
# ------------------------------------------------------
# Install snapshot file
# ------------------------------------------------------
if [ -f ~/snapshot.sh ]; then
echo "snapshot.sh exists"
else
cp ~/dotfiles/scripts/snapshot.sh ~/
fi
# ------------------------------------------------------
# Init pywal
# ------------------------------------------------------