dotfiles/fast-copy.sh
2025-04-06 21:50:30 +02:00

5 lines
No EOL
107 B
Bash

echo "Copying configurations"
cp .config/* ~/.config/ -r
cp .default-python-packages ~
cp .oh-my-posh.nu ~