aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-12-12 14:16:38 +0900
committerJaKooLit <jimmielovejay.com>2023-12-12 14:16:38 +0900
commit4df7b8aa955e14c231fff5d1857aa732d751bda7 (patch)
tree490ee1138fb1067150f5a4368e3977b8bbecb51f /copy.sh
parent2a59f460d9f169e40e7ff4639664d1a86b172ba6 (diff)
small tweak on copy.sh
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/copy.sh b/copy.sh
index abd4efbb..7aedc27c 100755
--- a/copy.sh
+++ b/copy.sh
@@ -168,18 +168,14 @@ cp -r config/* ~/.config/ && { echo "${OK}Copy completed!"; } || { echo "${ERROR
# copying Wallpapers
mkdir -p ~/Pictures/wallpapers
cp -r wallpapers ~/Pictures/ && { echo "${OK}Copy completed!"; } || { echo "${ERROR} Failed to copy wallpapers."; exit 1; } 2>&1 | tee -a "$LOG"
-
-
-
-
+
# Set some files as executable
chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG"
# Set executable for initial-boot.sh
chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG"
-
-#printf "\n\n"
+printf "\n%.0s" {1..3}
# Additional wallpaper
echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)"
read -n1 -rep "${CAT} Would you like to download additional wallpapers? (y/n)" WALL
@@ -195,8 +191,6 @@ if [[ $WALL =~ ^[Yy]$ ]]; then
fi
fi
-# Initial Symlinks to avoid errors
-
# Detect machine type and set Waybar configurations accordingly, logging the output
if hostnamectl | grep -q 'Chassis: desktop'; then
# Configurations for a desktop
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage