neo-sync

Synchronizing Neovim's configurations

How to

Support for MacOS, Linux (not test on Windows yet!)

Setup

bash cargo install neo-sync

Export GITHUB_ACCESS_TOKEN env by your Github Access Token bash export GITHUB_ACCESS_TOKEN=<your-access_token>

Run

bash neo-sync <SUBCOMMAND> - To Upload Neovim's config file: bash neo-sync upload It will try to upload the file on default path ($HOME/.config/nvim/init.vim), or provide -f option if your file is in other location. After uploaded, an gist.txt which will save the gist_id should be created and locate on $HOME/.config/neo-sync/gist.txt

For more information, please run neo-sync -h.