feat: hop script

This commit is contained in:
Strix 2023-10-14 22:38:08 +02:00
parent 833cb5bf18
commit a9180bdaf9
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

15
hop.sh Executable file
View file

@ -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