From d48174b97c15cde916700c965eb57ef79b22f955 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sun, 18 Jan 2026 15:05:29 +0000 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7be09af --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Dotfiles + +Personal configuration files for Debian-based Linux systems. This repository contains my dotfiles and system configurations for maintaining a consistent development environment across machines. + +## What's Inside + +- **Shell**: Bash/Zsh configurations and aliases +- **Version Control**: Git configuration and aliases +- **Editor**: Vim/Neovim settings and plugins +- **Development Tools**: Various CLI tool configurations + +## Usage + +These dotfiles are tailored for Debian-based distributions (Ubuntu, Debian, etc.) and my personal workflow.