From ceb8a537027225959574e8519394feaca4a4ec8c Mon Sep 17 00:00:00 2001 From: Sencyy Date: Sat, 10 Aug 2024 14:59:57 -0300 Subject: [PATCH] add installation instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5adb3a..1f02f2f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,14 @@ These are my dotfiles for my Arch Linux installation! -## You need stow +## Installation instructions + +You will need stow in order to be able to install the configs, you can install it with +```sudo pacman -S stow ``` +if you are on Arch linux, if not you should use your distribution's package manager to do so. + +Now just run ```./installdots.sh``` and it's done! -This whole thing depends on stow for symlinking the config files ### Dependencies