my dotfiles
0
fork

Configure Feed

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

docs(readme): add directory links to improve navigation in contents section

+12 -12
+12 -12
README.md
··· 4 4 5 5 ## Contents 6 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 7 + - [**nvim/**](nvim/): neovim configuration 8 + - [**ghostty/**](ghostty/): ghostty terminal emulator config and shaders 9 + - [**tmux/**](tmux/): tmux configuration and scripts 10 + - [**fastfetch/**](fastfetch/): system information tool configs 11 + - [**mise/**](mise/): development environment manager config 12 + - [**pmc/**](pmc/): process manager configuration 13 + - [**htop/**](htop/): system monitor configuration 14 + - [**meow/**](meow/): micro¹ like text editor configuration 15 + - [**themes/**](themes/): terminal and prompt themes (oh-my-posh) 16 + - [**plugins/**](plugins/): shell plugins and completions (zsh) 17 + - [**bin/**](bin/): custom scripts and utilities 18 + - [**assets/**](assets/): shared assets and configurations 19 19 20 20 ## Shell Configuration 21 21