mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
7 lines
222 B
Bash
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 ~
|