dotfiles/fast-copy.sh
2025-09-18 21:33:34 +02:00

8 lines
No EOL
222 B
Bash

echo "Copying configurations"
cp .config/* ~/.config/ -r
echo fixing quickshell copy
rm -r ~/.config/quickshell
cp dots-hyprland/.config/quickshell ~/.config/quickshell -r
cp .default-python-packages ~
cp .oh-my-posh.nu ~