Zulu was built to support syncing environment configuration between different machines, but this has always been an external process. Would be nice to add a sync command, which pushes the contents of ~/.config/zulu to a git repository, and pulls changes.
Adding a --sync option to zulu init to automatically pull changes to the repository on startup would be a nice touch too.
Zulu was built to support syncing environment configuration between different machines, but this has always been an external process. Would be nice to add a
sync
command, which pushes the contents of~/.config/zulu
to a git repository, and pulls changes.Adding a
--sync
option tozulu init
to automatically pull changes to the repository on startup would be a nice touch too.