···11+## MIT License
22+33+### Copyright (c) 2025 theMackabu <hello@themackabu.dev>
44+55+Permission is hereby granted, free of charge, to any person obtaining a copy
66+of this software and associated documentation files (the "Software"), to deal
77+in the Software without restriction, including without limitation the rights
88+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99+copies of the Software, and to permit persons to whom the Software is
1010+furnished to do so, subject to the following conditions:
1111+1212+The above copyright notice and this permission notice shall be included in all
1313+copies or substantial portions of the Software.
1414+1515+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121+SOFTWARE.
+28
README.md
···11+# . (dot)
22+33+Personal configuration files and settings for various development tools and applications.
44+55+## Contents
66+77+- **nvim/**: neovim configuration
88+- **ghostty/**: ghostty terminal emulator config and shaders
99+- **tmux/**: tmux configuration and scripts
1010+- **fastfetch/**: system information tool configs
1111+- **mise/**: development environment manager config
1212+- **pmc/**: process manager configuration
1313+- **htop/**: system monitor configuration
1414+- **meow/**: micro¹ like text editor configuration
1515+- **themes/**: terminal and prompt themes (oh-my-posh)
1616+- **plugins/**: shell plugins and completions (zsh)
1717+- **bin/**: custom scripts and utilities
1818+- **assets/**: shared assets and configurations
1919+2020+## Shell Configuration
2121+2222+- `.zshrc`: Main Zsh configuration
2323+- `.zprofile`: Zsh profile settings
2424+- `.tishrc`: [Tish](https://github.com/theMackabu/tish) shell configuration
2525+2626+## Installation
2727+2828+Refer to individual tool documentation for specific installation and linking instructions.