I’m working on an script to easily install my dotfiles on a new machine. The basic functionality of installing all dependencies and my personal dotfiles is pretty much done. There’s a few things that I’d like to add, like backing up each file that it’s replacing on the new machine, because for now it just […]
- Tags and failing. I'm asking for help. What should be the proper way of doing this ? what I'm I missing ?, because for now it just deletes/replaces the old files with the new ones. I've struggling with rsync and the options --backup and backup-dir, but again... nothing. So after like two weeks trying to make this work in my free time, I'm doing like it says in that thread, I'm working on an script to easily install my dotfiles on a new machine. The basic functionality of installing all dependencies and my person, like backing up each file that it's replacing on the new machine, the path points to the destination side. This is the script right now: #!/bin/bash user_does() { repo="https://github.com/user/dotfile