diff --git a/hop.sh b/hop.sh new file mode 100755 index 0000000..06a1d1b --- /dev/null +++ b/hop.sh @@ -0,0 +1,15 @@ +#!/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