From a698edb3b0a6f6d716fce9b9e1a16f50b9c6b434 Mon Sep 17 00:00:00 2001 From: Nicolai VdS Date: Fri, 22 Nov 2024 11:53:34 +0100 Subject: [PATCH] added readme --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b07e4d --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# My dotfiles + +This directory contains the dotfiles for my system + +## Requirements + +Ensure you have the following installed on your system + +### Git + +``` +pacman -S git +``` + +### Stow + +``` +pacman -S stow +``` + +## Installation + +First, check out the dotfiles repo in your $HOME directory using git + +``` +$ git clone ssh://git@git.nvds.be:2222/NicolaiVdS/Dotfiles.git +``` +or +``` +$ git clone https://git.nvds.be/NicolaiVdS/Dotfiles.git +``` + +``` +$ cd dotfiles +``` + +then use GNU stow to create symlinks + +``` +$ stow . +``` +