From d1152257c61b5019b900b2efc4b5d8d250a08d47 Mon Sep 17 00:00:00 2001 From: MrAkells Date: Tue, 29 Apr 2025 20:40:09 +0300 Subject: [PATCH] add readme --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d397f48 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# 📂 Dotfiles + +Personal dotfiles for a Linux setup built around [Hyprland](https://github.com/hyprwm/Hyprland). + +## ✨ Features + +- 🔲 **Hyprland** – dynamic Wayland compositor configuration +- 📊 **Waybar** – status bar setup +- 🔤️ **Terminal** – configs for Foot, Alacritty +- 👚 **Shell** – Zsh/Bash with aliases and functions +- ⚙️ **Git** – global `.gitconfig` with useful settings +- ✍️ **Neovim** – minimal IDE setup +- 🔧 **Misc tools** – includes configs for `tmux`, `starship`, `wofi`, etc. + +## 📦 Installation + +Clone the repo: + +```bash +git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles +``` + +Then manually symlink files or use a dotfile manager like: + +- [chezmoi](https://www.chezmoi.io/) +- [yadm](https://yadm.io/) + +> ⚠️ Note: These configs are optimized for a Hyprland-based environment. You may need to adapt them to your own system and preferences. + +## 🖼️ Screenshots + +*(Add screenshots here if you'd like to show your setup.)* + +## 📄 License + +MIT License