Dotfiles V1.0.1

This commit is contained in:
JirR02 2023-11-25 14:43:20 +01:00
parent ceba77d9c3
commit 77a7fee5a4

15
README.md Normal file
View File

@ -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.