feat: hop script
This commit is contained in:
parent
79c7765224
commit
d5095e5f19
1 changed files with 15 additions and 0 deletions
15
hop.sh
Executable file
15
hop.sh
Executable 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
|
Loading…
Reference in a new issue