docs: rewrite README and update installation guide

- Rewrite README with index, repo structure tree and contents breakdown
- Fix stow command: use `stow -d stow_me/ -t ~ .` with explicit flags
- Rewrite installation.md with cleaner index and back-to-index links
- Add bash syntax highlighting to all code blocks
- Fix heading hierarchy: Install packages promoted to top-level section
- Break Flatpak install into one package per line
- Add claudeCode.preferredLocation to VSCodium settings
This commit is contained in:
2026-05-22 17:23:53 +02:00
parent 9c5d01e242
commit a147ff681e
3 changed files with 217 additions and 88 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"editor.selectionClipboard": false
"editor.selectionClipboard": false,
"claudeCode.preferredLocation": "panel"
}