From 77a7fee5a4b6239fc23685028833199b8f402c7a Mon Sep 17 00:00:00 2001 From: JirR02 Date: Sat, 25 Nov 2023 14:43:20 +0100 Subject: [PATCH] Dotfiles V1.0.1 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..877f6af --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# JirR02 Dotfiles + +## Table of Contents + +## What are Dotfiles? + +Dotfiles are configuration files for various programs, and they help those programs manage their functionality. What sets them apart from regular files and directories is their prefix. Dotfiles are named that way because each file and directory starts with a dot. On Unix based systems, dotfiles are hidden by the Operating System by default. + +## How to manage your own Dotfiles? + +To manage my Dotfiles I use a git bare repository. If you are interested in my method go check out DistroTube's video on it. () + +## License + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.