Instalación:
## create the repository
$ mkdir dotfiles; cd dotfiles
$ git init
## install dotdrop as a submodule
$ git submodule add https://github.com/deadc0de6/dotdrop.git
$ pip3 install --user -r dotdrop/requirements.txt
$ ./dotdrop/bootstrap.sh
## use dotdrop
$ ./dotdrop.sh --help
Crear un alias:
alias dotdrop=/home/jg/datos/misdotfiles/dotdrop.sh
Incluyendo un archivo:
dotdrop import /home/jg/.zshrc
Actualizar archivo
dotdrop update /home/jg/.zshrc
Restaurar archivo:
dotdrop install f_zshrc
Ver cambios:
dotdrop compare