Symlink-based dotfiles manager with auto-sync and system bootstrapping
Project description
dotpilot
Symlink-based dotfiles manager with auto-sync and system bootstrapping.
Install
uv tool install dotpilot
Or with pip:
pip install dotpilot
Quick start
dotpilot status # Show untracked dotfiles + sync status
dotpilot install --apply # Symlink dotfiles into ~/
dotpilot sync --apply # Fetch & fast-forward merge from origin
Commands
All commands default to ~/dotfiles. Override with --dotfiles DIRECTORY.
| Command | Description |
|---|---|
dotpilot install |
Symlink dotfiles into ~/ (dry-run by default) |
dotpilot sync |
Fetch and fast-forward merge from origin |
dotpilot track <path> |
Start tracking a dotfile or directory |
dotpilot untracked |
List untracked dotfiles in ~/ and ~/.config |
dotpilot status |
Show untracked dotfiles and sync status |
dotpilot cron |
Install or remove the auto-sync cron job |
dotpilot bootstrap |
Install system packages for a fresh machine |
All mutating commands are dry-run by default — pass --apply to execute.
How it works
dotpilot manages your dotfiles as symlinks. Your dotfiles live in a git repo (default ~/dotfiles), and dotpilot creates symlinks from ~/ pointing into the repo.
- Root-level dotfiles (e.g.
.zshrc) are symlinked directly .config/directories (e.g..config/nvim) are symlinked as directories.overwritefiles are copied instead of symlinked (for files that can't be symlinks).deletefiles remove the corresponding file from~/trackcopies a file into the dotfiles repo and replaces the original with a symlink
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dotpilot-0.1.0.tar.gz.
File metadata
- Download URL: dotpilot-0.1.0.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed98f71cfaa4bf72b4d637220dd5a7c871d2631f7df914213e8edcb71d42e2b8
|
|
| MD5 |
35f9d604419d3ac5b9755d1ca6382d19
|
|
| BLAKE2b-256 |
6c6e4378342711393d9ff9a595e4230b1ca68a6fff922f77473857a3b2c92501
|
File details
Details for the file dotpilot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dotpilot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1673ebfa36cfa23d8475cd18dee47f03a79c58ce208599ddb41b3223a3baee74
|
|
| MD5 |
e0b4e1d392420022c266ac70bdc9f51d
|
|
| BLAKE2b-256 |
33f7e5defe9ceb0baeff8313b9f58f7e78925e680ee562eb46c468900073aba3
|