dotfiles/fast-copy.sh
2025-04-06 20:08:15 +02:00

4 lines
No EOL
87 B
Bash

echo "Copying configurations"
cp .config/* ~/.config/ -r
cp .default-python-packages ~