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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,9 @@ Now with a `.gitmodules` file that places **this repository** in the `dotfiles`
174
174
```
175
175
With the submodule initialised and updated we can now symlink its contents into `$HOME`.
176
176
177
+
> [!TIP]
178
+
> Once you've followed the rest of these steps the _first_ time, repeating them again is as simple as using the `rehome` alias seen in [`main`'s `~/.bash_aliases`](https://github.com/Skenvy/dotfiles/blob/main/.bash_aliases).
179
+
177
180
Remember to read the above section on [dotfiles-submodule-symlinks](https://github.com/Skenvy/dotfiles/tree/main?tab=readme-ov-file#dotfiles-submodule-symlinks) to understand how to manage the case of checking-in a file to the repository that submodules this one where the file matches a file path that already exists in this repository without having to set `CLOBBER_CHECKEDIN_ROOT` to its most destructive option of `REPLACE`.
178
181
> [!CAUTION]
179
182
> `CLOBBER_HOME=DESTRUCTIVELY` will **force** symlinks (`ln -sf`) to write over files.
0 commit comments