Create README.md

This commit is contained in:
Lorenz Hohermuth 2024-02-11 12:11:08 +01:00 committed by GitHub
parent a56c3f9a2b
commit 520f92ee55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# dotfiles
## Dependencies
- git
- stow
```
sudo apt-get install git stow
```
## Add symlinks
```
cd dotfiles
stow .
```
## Inspiration
[Video](https://youtu.be/y6XCebnB9gs?si=VnQBkQxxtq1Wtlvh)