chore(stow): Add configuration file

This commit is contained in:
Olaf Alexander 2024-10-26 06:53:42 -05:00
parent 67a6742952
commit e6b9b0c92f
2 changed files with 3 additions and 1 deletions

2
.stowrc Normal file
View File

@ -0,0 +1,2 @@
--dotfiles
--target=$HOME

View File

@ -30,5 +30,5 @@ $ cd dotfiles
then use GNU stow to create the symlinks
```
$ stow --dotfiles -R -t $HOME .
$ stow .
```