From 6f433bfa3aebd6a1aa5f58ca471eeb82b138fd7e Mon Sep 17 00:00:00 2001 From: James Dixon Date: Mon, 24 May 2021 02:15:35 +0100 Subject: [PATCH] add instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index de00fbb..35ba441 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ my dotfiles to their correct locations in my `$HOME` directory. ## Instructions +### Installing stow + +```bash +apt install stow # debian based distros +dnf install stow # fedora based distros +pacman -S stow # arch based distros +``` + +### Cloning this repo + ```sh $ git clone https://github.com/lemonase/dotfiles.git $ cd dotfiles/files @@ -29,3 +39,4 @@ $ stow --restow * ``` If there are no errors, everything in that directory should be symlinked. +Check by doing a quick `ls -al ~/`