dotfiles/README.md

9 lines
117 B
Markdown
Raw Normal View History

2021-05-05 22:38:46 +02:00
# dotfiles
2023-07-24 11:00:23 +02:00
These are my dotfiles. Use GNU `stow` to set them up
2023-07-24 11:02:47 +02:00
```sh
2023-07-24 11:00:23 +02:00
cd dotfiles
stow <dotfiles-subdir>
stow *
2023-07-24 11:02:47 +02:00
```