From 56bcc60422b166874441ec153f362363f65f66a5 Mon Sep 17 00:00:00 2001 From: Schulze Thomas <4070662+tschulze@users.noreply.github.com> Date: Sat, 2 May 2026 10:54:25 +0200 Subject: [PATCH] docs: simplify installation to a single command --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d0c6528..62384cc 100644 --- a/README.md +++ b/README.md @@ -11,22 +11,10 @@ and if you have tmuxifier installed, you can uncomment the tmuxifier line in the ## Installation -To use this repository, simply clone it to your local machine. +To use this repository, simply clone it and install the dotfiles with a single command. ```bash -git clone https://github.com/codeopshq/dotfiles.git -``` - -Once cloned, navigate to the desired directory. - -```bash -cd dotfiles -``` - -Run stow to install the dotfiles. - -```bash -stow . +git clone https://github.com/codeopshq/dotfiles.git && stow -d dotfiles -t ~ . ``` You are now ready to use the dotfiles in your environment.