diff --git a/README.md b/README.md new file mode 100644 index 0000000..6ec84bf --- /dev/null +++ b/README.md @@ -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)