From 520f92ee5523988a86e3048c0871c3dbbed8796f Mon Sep 17 00:00:00 2001 From: Lorenz Hohermuth <74311479+LorenzHohermuth@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:11:08 +0100 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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)