mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-17 05:31:21 +00:00
8 lines
No EOL
222 B
Bash
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 ~ |