This commit is contained in:
Stephan Raabe
2023-04-15 20:10:59 +02:00
parent c848d51c02
commit 253e228899
2 changed files with 25 additions and 0 deletions
+9
View File
@@ -335,6 +335,15 @@ 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
# ------------------------------------------------------