Context
- Work vault location: ~/flo-vault (git repo)
- Main vault location: ~/obsidian
- Symlink: ~/obsidian/flo-vault -> ~/flo-vault
Your task
Sync the work vault into the main Obsidian vault:
- Ensure the symlink exists:
ln -sfn ~/flo-vault ~/obsidian/flo-vault - Pull latest changes:
git -C ~/flo-vault pull - Report what was updated (or if already up to date)
Do all of this in a single message with parallel tool calls where possible.