Keep key configurations and share them among your computers
- Installs:
- Installs:
~/.mackup.cfg
uses directory~/.dot-files-rclone
with enginefile_system
- Contents of
~/.dot-files-rclone
are encrypted and then backed up to google drive usingrclone
~/.config/rclone/rclone.conf
is encrypted
-
Files
~/.mackup.cfg
,~/.mackup/my-files.cfg
and~/.config/rclone/rclone.conf
should be in your system -
Directory
~/.dot-files-rclone
should be created -
Run
rclone copy -v --password-command "/path/to/script/that/outputs/password.sh" \ "dot-files:${MACHINE_OS}" \ ~/.dot-files-rclone/ # MACHINE_OS can be MacOS or Ubuntu`
-
Run
mackup restore
Note: I may try to replace rclone copy/sync
with rclone mount
, for the
moment I did not want to add another dependency (osxfuse
)
- https://gist.github.com/millermedeiros/6615994
- https://gist.github.com/orlando/3991bd633b443078176f
- https://github.com/mathiasbynens/dotfiles
- https://github.com/nicolashery/mac-dev-setup
- https://github.com/danvega/new-macbook-setup
- https://github.com/geerlingguy/dotfiles
- https://www.lifewire.com/use-macs-hidden-finder-path-bar-2260868