mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 12:32:08 +01:00
Fix mv command
This commit is contained in:
5
setup.sh
5
setup.sh
@@ -20,9 +20,8 @@ paru -Syu --noconfirm \
|
||||
bottles \
|
||||
signal-desktop
|
||||
|
||||
git clone https://github.com/DerTyp7/.dotfiles.git ~/.config/.dotfiles
|
||||
mv -f * ~/.config/.dotfiles ~/.config
|
||||
rm -rf ~/.config/.dotfiles
|
||||
git clone https://github.com/DerTyp7/.dotfiles.git ~/.config/
|
||||
rsync -a ~/.config/.dotfiles/ ~/.config/ && rm -rf ~/.config/.dotfiles
|
||||
|
||||
read -r -p "Reboot now? (Y/n) " reply
|
||||
if [[ $reply =~ ^[Yy] ]]; then
|
||||
|
||||
Reference in New Issue
Block a user