dotfiles/hop.sh
2023-03-06 13:45:28 +01:00

15 lines
276 B
Bash
Executable file

#!/bin/sh
# need to hop? this script copies the important stuff.
tar \
--exclude={node_modules,target,dist,cache} \
-cvf \
${TAR_FILE:-backup.tar} \
~/.ssh \
~/.config \
~/.mozilla \
~/Documents \
~/Pictures \
~/code \
~/environments