feat: hop script
This commit is contained in:
parent
833cb5bf18
commit
a9180bdaf9
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