move all programs into top-level directory
This commit is contained in:
parent
3041508581
commit
d45d774c29
3 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue