move all programs into top-level directory

This commit is contained in:
sloane 2026-01-07 09:01:49 -05:00
parent 3041508581
commit d45d774c29
No known key found for this signature in database
3 changed files with 8 additions and 2 deletions

View file

@ -14,10 +14,16 @@ configurations are available below:
## setup ## setup
installing configuration for a given program: installing:
```sh ```sh
stow <program> -t $HOME --dotfiles stow . -t $HOME --dotfiles
```
uninstalling:
```sh
stow . -t $HOME --dotfiles --delete
``` ```
[stow]: https://www.gnu.org/software/stow/ [stow]: https://www.gnu.org/software/stow/