Add runBackup.sh file
This commit is contained in:
6
runBackup.sh
Executable file
6
runBackup.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
mkdir --parents dot-conf
|
||||
mkdir --parents dot-conf/.config/lvim
|
||||
|
||||
cp ${HOME}/.zshrc ./dot-conf/
|
||||
cp ${HOME}/.tmux.conf ./dot-conf/
|
||||
cp --recursive ${HOME}/.config/lvim/ ./dot-conf/.config
|
||||
Reference in New Issue
Block a user