From ffee896bbef3648db7b57455e6a76b6b317c8102 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Mon, 24 Mar 2025 04:54:44 +1100 Subject: [PATCH] Add install instructions --- .stowrc | 1 - README.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.stowrc b/.stowrc index 5bcc8ec..c23f46b 100644 --- a/.stowrc +++ b/.stowrc @@ -1,4 +1,3 @@ --target=~/.config --ignore=.stowrc --ignore=DS_Store - diff --git a/README.md b/README.md index 467703f..59a82f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # .dotfiles Just my dot files~ + +### Install with stow: +```bash +stow . +``` +