ENH: Adding basic backup script (needs work)
This commit is contained in:
parent
99ffb336b2
commit
e4b9e89a3c
3 changed files with 21 additions and 0 deletions
|
@ -12,4 +12,7 @@ $ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-
|
|||
$ ./install
|
||||
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
$ vim +PlugInstall
|
||||
$ mkdir ~/bin
|
||||
$ git clone https://github.com/laurent22/rsync-time-backup ~/.rsync-time-backup
|
||||
$ ln -s ~/.rsync-time-backup/rsync_tmbackup.sh ~/bin/rsync_tmbackup.sh
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue