feat: Sync complete config - Fish, Ghostty, Neovim Scratch

- Add missing Fish configs (direnv, ssh function)
- Add Tokyo Night theme for Ghostty
- Complete Neovim scratch config sync
- Rewrite install.sh for new structure
- Add comprehensive README.md
This commit is contained in:
2025-10-13 10:00:52 +02:00
parent 5a7a2fdf9f
commit 8230492c3a
60 changed files with 1893 additions and 4382 deletions

View File

@@ -0,0 +1,8 @@
# Direnv integration for fish
if type -q direnv
# Remove any existing direnv functions first
functions -e __direnv_export_eval 2>/dev/null
# Set up direnv with the correct path
eval (direnv hook fish)
end