Clean up shell init structure and add Zed editor config

- Remove .init/ directory and associated shell scripts
- Update .gitignore and .zshrc configurations
- Add Zed editor settings.json
This commit is contained in:
2025-11-04 01:17:11 +01:00
parent 7eca0bcc47
commit 3f3cfd54b9
16 changed files with 308 additions and 1409 deletions

5
.gitignore vendored
View File

@@ -8,7 +8,6 @@
!.gitmodules
!README.md
!.editorconfig
!*.env
!.prettierrc
!.prettierignore
!package.json
@@ -36,6 +35,10 @@
!biome.json
!arty.yml
!/.config/
!/.config/zed/
!/.config/zed/settings.json
!/.github/
!/.github/**