This commit is contained in:
Stefan Friese 2023-07-24 11:02:47 +02:00
parent 5292586747
commit 202214bce3
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# dotfiles # dotfiles
These are my dotfiles. Use GNU `stow` to set them up These are my dotfiles. Use GNU `stow` to set them up
` ```sh
cd dotfiles cd dotfiles
stow <dotfiles-subdir> stow <dotfiles-subdir>
stow * stow *
` ```