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