{"id":34547435,"url":"https://github.com/xusd320/xsh","last_synced_at":"2026-05-01T20:31:29.552Z","repository":{"id":50686184,"uuid":"332408081","full_name":"xusd320/xsh","owner":"xusd320","description":"A code workspace based on Ghostty and Neovim","archived":false,"fork":false,"pushed_at":"2026-04-08T12:09:18.000Z","size":3465,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T12:26:44.194Z","etag":null,"topics":["ide","lazyvim","neovim","terminal","wezterm"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xusd320.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-24T09:16:44.000Z","updated_at":"2026-04-08T12:09:22.000Z","dependencies_parsed_at":"2023-12-19T06:49:23.886Z","dependency_job_id":"5d58ed1c-702a-4fb2-8ceb-3773f06b2b04","html_url":"https://github.com/xusd320/xsh","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xusd320/xsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusd320%2Fxsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusd320%2Fxsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusd320%2Fxsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusd320%2Fxsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xusd320","download_url":"https://codeload.github.com/xusd320/xsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xusd320%2Fxsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ide","lazyvim","neovim","terminal","wezterm"],"created_at":"2025-12-24T07:29:08.566Z","updated_at":"2026-05-01T20:31:29.520Z","avatar_url":"https://github.com/xusd320.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XSH Workspace\n\nA personalized coding workspace configuration for macOS, featuring a custom **Neovim** setup and **Ghostty** terminal integration.\n\n## Neovim Configuration\n\nThis is a lightweight, modular Neovim configuration built from scratch (migrated from LazyVim), designed for performance and maintainability.\n\n### Key Features\n\n*   **Plugin Manager**: [lazy.nvim](https://github.com/folke/lazy.nvim)\n*   **Modular Structure**: Plugins are organized by category for easy maintenance:\n    *   **UI**: `lua/plugins/ui/` (Catppuccin, Lualine, Noice, Dashboard, etc.)\n    *   **Editor**: `lua/plugins/editor/` (Neo-tree, Telescope, Toggleterm, Git tools, etc.)\n    *   **Coding**: `lua/plugins/coding/` (LSP, Blink.cmp, Treesitter, Rustaceanvim, AI, etc.)\n\n### Core Plugins\n\n*   **Completion**: [blink.cmp](https://github.com/saghen/blink.cmp) - High-performance completion engine.\n*   **LSP**: Native LSP with [Mason](https://github.com/williamboman/mason.nvim) for easy tool management.\n*   **File Explorer**: [Neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim).\n*   **Fuzzy Finder**: [Telescope](https://github.com/nvim-telescope/telescope.nvim).\n*   **Terminal**: [Toggleterm](https://github.com/akinsho/toggleterm.nvim).\n*   **Rust**: [Rustaceanvim](https://github.com/mrcjkb/rustaceanvim) for a full-featured Rust IDE experience.\n*   **AI**: [CodeCompanion](https://github.com/olimorris/codecompanion.nvim) with Gemini adapter.\n\n## Setup\n\n1.  **Prerequisites**: MacOS, Neovim \u003e= 0.10, Ghostty (optional but recommended).\n2.  **Installation**:\n    Execute the commands in [init.sh](init.sh) to set up the environment.\n    ```bash\n    ./init.sh\n    ```\n3.  **Usage**:\n    Open `nvim` and `lazy.nvim` will automatically install all plugins.\n\n## Structure\n\n```text\nnvim/\n├── init.lua              # Entry point\n├── lua/\n│   ├── config/           # Core config (options, keymaps, autocmds)\n│   └── plugins/          # Plugin specifications\n│       ├── coding/       # LSP, Completion, AI\n│       ├── editor/       # Navigation, Git, Terminal\n│       └── ui/           # Theme, Statusline, Decorations\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxusd320%2Fxsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxusd320%2Fxsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxusd320%2Fxsh/lists"}