mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-04 18:20:18 +00:00
add snapshot.sh
This commit is contained in:
parent
e2707805a2
commit
48b3642488
1 changed files with 9 additions and 0 deletions
9
snapshot.sh
Executable file
9
snapshot.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/zsh
|
||||
|
||||
find "$(dirname "$(basename $0)")"/config -type f | while read -r file; do
|
||||
cp ${file/.\/config/$HOME\/.config} $file
|
||||
done
|
||||
|
||||
find "$(dirname "$(basename $0)")"/bin -type f | while read -r file; do
|
||||
cp ${file/.\/bin/$HOME\/.local\/bin} $file
|
||||
done
|
Loading…
Add table
Reference in a new issue