From a415a810ce97290849eec0d8421e65ccd514bb05 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 19 Feb 2023 09:54:04 +0000 Subject: [PATCH] Update 1-install.sh --- 1-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-install.sh b/1-install.sh index 88caef4..e1845e9 100755 --- a/1-install.sh +++ b/1-install.sh @@ -52,11 +52,11 @@ git clone https://gitlab.com/stephan-raabe/wallpaper.git ~/wallpaper # ------------------------------------------------------ # Install startship plain text # ------------------------------------------------------ -starship preset plain-text-symbols > ~/.config/starship.toml +# starship preset plain-text-symbols > ~/.config/starship.toml # ------------------------------------------------------ # Init pywal # ------------------------------------------------------ -wal -i ~/wallpaper/default.jpg +wal -i ~/wallpaper/default.jpg -n echo "DONE!"