You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,24 @@ stellar update
61
61
62
62
## Local configs
63
63
64
+
### Automatic backup of your original config
65
+
66
+
When you first use `stellar apply`, if you have an existing `~/.config/starship.toml` that's not managed by stellar, it will be automatically backed up to `~/.config/stellar/<username>/backup/latest.toml` before creating the symlink.
67
+
68
+
This ensures your carefully crafted config is never lost! You can apply it anytime with:
69
+
```bash
70
+
stellar apply <username>/backup
71
+
```
72
+
73
+
You can also rename the backup folder to give it a proper theme name:
0 commit comments