From eb5d14d1e67bcbbe8822535402d6fe25616cf0df Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Sat, 18 Oct 2025 13:23:53 +0200 Subject: [PATCH] override dotfiles --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 921433f..726510c 100644 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,5 @@ +#!/bin/bash + sudo pacman -Syu --noconfirm\ cachyos-gaming-meta \ cachyos-gaming-applications \ @@ -19,7 +21,7 @@ paru -Syu --noconfirm \ signal-desktop git clone https://github.com/DerTyp7/.dotfiles.git ~/.config/.dotfiles -mv * ~/.config/.dotfiles ~/.config +mv -f * ~/.config/.dotfiles ~/.config rm -rf ~/.config/.dotfiles read -r -p "Reboot now? (Y/n) " reply