my dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add project documentation and MIT license

theMackabu 0c789671 49a7a485

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