This commit is contained in:
Stephan Raabe
2023-09-04 21:44:31 +02:00
parent 610d7108e7
commit 6d5fd453ce
9 changed files with 25 additions and 78 deletions
+1 -10
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#/bin/bash
# ___ _ _ _
# |_ _|_ __ ___| |_ __ _| | |
# | || '_ \/ __| __/ _` | | |
@@ -122,15 +122,6 @@ fi
clear
# ------------------------------------------------------
# Remove pywal folder from .config
# ------------------------------------------------------
echo ""
if [ -d ~/.config/wal/ ]; then
rm -r ~/.config/wal/
echo "~/.config/wal/ removed."
fi
# ------------------------------------------------------
# Install .bashrc
# ------------------------------------------------------