dotfiles/fast-copy.sh
2026-02-17 18:04:28 +01:00

7 lines
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 ~