Remake stow

This commit is contained in:
Antoine Phan
2024-07-27 00:33:59 +07:00
parent a871acf901
commit 1f970e53a1
394 changed files with 9 additions and 9 deletions

View File

@@ -8,6 +8,12 @@ cd ~/dotfiles
stow <the app>
```
Behind the scene, by default, Stow does:
```sh
stow <the app> --target ~/
# --target -> the parent folder
```
Credit: to [**Dreams of Autonomy** video](https://youtu.be/y6XCebnB9gs) and [**DevInsideYou**'s video](https://youtu.be/CFzEuBGPPPg) on GNU stow.
# License (CC0 1.0 Universal)