An open API service indexing awesome lists of open source software.

https://github.com/engageintellect/obsidian-sync

A simple script to keep obsidian synced between devices.
https://github.com/engageintellect/obsidian-sync

Last synced: 8 months ago
JSON representation

A simple script to keep obsidian synced between devices.

Awesome Lists containing this project

README

          

# Obsidian Sync

1. Edit `obsidian-sync.sh` to your needs, make it executed, and put it somewhere that makes sense.

2. Edit `com.obsidian-sync.plist` to your needs and put it in /Library//LaunchAgents.

3. Run the service

```
launchctl load ~/Library/LaunchAgents/com.obsidian.sync.plist
```

4. Verify that the job is running:
```
launchctl list | grep obsidian

```

# obsidian-sync