Skip to content

Commit 85afbc5

Browse files
tomy0000000claude
andauthored
📖 [docs][dropbox] README (#93)
https://claude.ai/code/session_01AuJ4P8xPQCVWLwkrGpd29L Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3ebce62 commit 85afbc5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pkg/dropbox/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# `dropbox`
2+
3+
Installs the Dropbox desktop client for cloud file sync.
4+
5+
## Installs
6+
7+
| App / CLI | macOS | Ubuntu |
8+
| --------- | ------------- | --------------- |
9+
| Dropbox | `brew --cask` | direct download |
10+
| `dropbox` || direct download |
11+
12+
## Configures
13+
14+
- No dotfiles or stow config — Dropbox manages its own state under `~/Dropbox`.
15+
16+
## Notes
17+
18+
- **Ubuntu**: the daemon binary lands at `~/.dropbox-dist/dropboxd`. Run it once
19+
to authenticate and link your account. The `dropbox` CLI (Python script at
20+
`/usr/local/bin/dropbox`) can then manage the daemon (`start`, `stop`,
21+
`status`, `ls`, etc.).
22+
- **Ubuntu**: several Mesa/XCB libraries are installed as runtime dependencies
23+
before the daemon tarball is extracted.
24+
- **macOS**: installed as a cask so it appears in `/Applications`; Homebrew is
25+
the only prerequisite (`macos-brew`).
26+
27+
## References
28+
29+
- [Dropbox - Install on Linux](https://www.dropbox.com/install-linux): Official headless Linux install instructions and CLI reference.

0 commit comments

Comments
 (0)