dotfiles/README.md

18 lines
197 B
Markdown

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