Initial commit

This commit is contained in:
Ryan Ward
2026-04-29 10:43:20 -05:00
parent b7b327510d
commit d8d4ac9e5d
28 changed files with 211 additions and 83 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
//! One-time migration that gives the Preview channel its own config
//! directory (`~/.warp-preview`) on macOS.
//! directory (`~/.warp-core-preview`) on macOS.
//!
//! Historically, Stable and Preview shared `~/.warp` on macOS. To give
//! Historically, Stable and Preview shared `~/.warp-core` on macOS. To give
//! Preview its own directory without breaking existing users, this migration
//! symlinks each top-level entry from `~/.warp` into `~/.warp-preview` on
//! symlinks each top-level entry from `~/.warp-core` into `~/.warp-core-preview` on
//! first launch, so existing configuration (keybindings, themes, workflows,
//! etc.) remains available to Preview.
//!