diff --git a/.dev/sync.sh b/.dev/sync.sh index 6d29357..53dcdf0 100755 --- a/.dev/sync.sh +++ b/.dev/sync.sh @@ -4,7 +4,7 @@ if [ ! -z $1 ] ;then if [ -d ~/dotfiles-versions/"$1" ] ;then echo "Folder exists. Start rsync now ..." - rsync -avzh --exclude-from=excludes.txt ~/dotfiles-versions/$1/ ~/dotfiles + rsync -avzh -I --exclude-from=excludes.txt ~/dotfiles-versions/$1/ ~/dotfiles else echo "Folder ~/dotfiles-versions/$1 not found." fi diff --git a/.install/copy.sh b/.install/copy.sh index 91afe41..4c74935 100644 --- a/.install/copy.sh +++ b/.install/copy.sh @@ -53,7 +53,7 @@ if gum confirm "Do you want to install the prepared dotfiles now?" ;then mkdir ~/dotfiles echo "~/dotfiles folder created." fi - rsync -a ~/dotfiles-versions/$version/ ~/dotfiles/ + rsync -a -I ~/dotfiles-versions/$version/ ~/dotfiles/ echo "All files from ~/dotfiles-versions/$version/ to ~/dotfiles/ copied." else echo "Skipped: DEV MODE!" diff --git a/.install/preparation.sh b/.install/preparation.sh index 8684f09..d3cb6f0 100644 --- a/.install/preparation.sh +++ b/.install/preparation.sh @@ -26,6 +26,6 @@ else mkdir ~/dotfiles-versions/$version echo "Clean build prepared for the installation." fi -rsync -a --exclude-from=.install/excludes.txt . ~/dotfiles-versions/$version/ +rsync -a -I --exclude-from=.install/excludes.txt . ~/dotfiles-versions/$version/ echo "dotfiles $version successfully prepared in ~/dotfiles-versions/$version/" echo "" diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 975a20a..aeed290 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -5,7 +5,7 @@ # |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_| # |___/|_| # -# by Stephan Raabe (2023) +# by Stephan Raabe (2023) # ----------------------------------------------------- # -----------------------------------------------------