diff options
| author | Christian Cleberg <[email protected]> | 2026-02-09 12:38:51 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-09 12:38:51 -0600 |
| commit | 52753ff80003a948d7be01a542982e35fb752de5 (patch) | |
| tree | 843bb648186de79ef172891cf51147fed3bb8af5 /content | |
| parent | de9f8ce60bec35c72c3147c1fe621821970b6c4c (diff) | |
| download | cleberg.net-52753ff80003a948d7be01a542982e35fb752de5.tar.gz cleberg.net-52753ff80003a948d7be01a542982e35fb752de5.tar.bz2 cleberg.net-52753ff80003a948d7be01a542982e35fb752de5.zip | |
Revert "add stow -t flag example"
This reverts commit de9f8ce60bec35c72c3147c1fe621821970b6c4c.
Diffstat (limited to 'content')
| -rw-r--r-- | content/blog/2026-02-08-gnu-stow.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/blog/2026-02-08-gnu-stow.org b/content/blog/2026-02-08-gnu-stow.org index 5370f87..ecf82f2 100644 --- a/content/blog/2026-02-08-gnu-stow.org +++ b/content/blog/2026-02-08-gnu-stow.org @@ -55,15 +55,6 @@ mv ~/.zprofile ~/git/dotfiles/zsh/ && \ stow zsh #+end_src -By default, Stow will symlink your files (e.g., ~zsh~) to the parent directory -of the directory in which you execute the command. Since we're in the -~~/git/dotfiles~ directory, we need to modify our ~stow~ command to ensure Stow -symlinks the files to our home directory: - -#+begin_src sh -stow -t ~ zsh -#+end_src - At this point, you have a centralized directory (~/git/dotfiles~) where you can stow any file and use ~stow~ to symlink it back to another directory on your system. |
