From 2ac06d3355f563b4017929a1953961b4b685dd64 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 6 Jun 2024 01:13:03 +0100 Subject: [PATCH] Use CP instead of STOW to avoid data leak and reduce a dependency --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 5ff62161..3e857e1a 100755 --- a/install.sh +++ b/install.sh @@ -431,7 +431,7 @@ fi # Main menu items if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles - sudo nala install htop fzf tmux git stow vim wget + sudo nala install htop fzf tmux git vim wget # Clone repo if needed if [ $(pwd) != "$HOME/dotfiles" ]; then @@ -440,8 +440,8 @@ if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles cd dotfiles fi - # Link dotfiles - stow -vt $HOME dotfiles + # Copy dotfiles + cp -vrf dotfiles/.* $HOME # Reload Fonts fc-cache -f