From 62796187a692239e136c3c364b7829fd0e7cdcb2 Mon Sep 17 00:00:00 2001 From: MiningTcup Date: Fri, 15 Aug 2025 15:29:08 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a653f46..427e436 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # MiningTcup's dotfiles for Arch Linux / Hyprland -uh yea steal em if u want idc +My current dotfiles! I've been working on them for around 2 years, feel free to use them (but please don't claim they're your own)! + +## Usage +Install [GNU Stow](https://www.gnu.org/software/stow/). +```sh +cd +git clone https://git.miningtcup.me/MiningTcup/dotfiles.git +cd dotfiles +stow . +``` \ No newline at end of file From 73df670a252293816617047f3d869f0d22de5905 Mon Sep 17 00:00:00 2001 From: MiningTcup Date: Fri, 15 Aug 2025 15:30:54 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427e436..ccdc19d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ My current dotfiles! I've been working on them for around 2 years, feel free to use them (but please don't claim they're your own)! ## Usage -Install [GNU Stow](https://www.gnu.org/software/stow/). +Install [GNU Stow](https://www.gnu.org/software/stow/). Clone this repo and stow it. ```sh cd git clone https://git.miningtcup.me/MiningTcup/dotfiles.git From 3e961a6c928fc1ff7ab0dbafd8f7ae1eec21aebc Mon Sep 17 00:00:00 2001 From: MiningTcup Date: Fri, 15 Aug 2025 17:14:47 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccdc19d..b1c73a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MiningTcup's dotfiles for Arch Linux / Hyprland -My current dotfiles! I've been working on them for around 2 years, feel free to use them (but please don't claim they're your own)! +My current dotfiles! I've been working on them for a while, feel free to use them (but please don't claim they're your own)! ## Usage Install [GNU Stow](https://www.gnu.org/software/stow/). Clone this repo and stow it.