Dotfiles V1.0.2

This commit is contained in:
JirR02 2023-11-25 14:54:26 +01:00
parent 77a7fee5a4
commit c8519a8482

View File

@ -1,14 +1,20 @@
# JirR02 Dotfiles # JirR02 Dotfiles
![Desktop](Desktop.png)
## Table of Contents ## Table of Contents
1. [What are Dotfiles?](#what-are-dotfiles)
1. [How to manage your own Dotfiles?](#how-to-manage-your-own-dotfiles)
1. [License](#license)
## What are Dotfiles? ## 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. 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? ## 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. () To manage my Dotfiles I use a git bare repository. If you are interested in my method go check out [https://www.youtube.com/watch?v=tBoLDpTWVOM&t=746s](DistroTube's video) on it.
## License ## License