{"id":21035320,"url":"https://github.com/nolleh/dotfiles","last_synced_at":"2026-05-08T05:45:16.670Z","repository":{"id":152123957,"uuid":"438666221","full_name":"nolleh/dotfiles","owner":"nolleh","description":"linux environment set datas or tips.","archived":false,"fork":false,"pushed_at":"2025-03-06T12:15:36.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T13:26:14.632Z","etag":null,"topics":["developer-tools","dotfiles","environment","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nolleh.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}},"created_at":"2021-12-15T14:49:47.000Z","updated_at":"2025-03-06T12:15:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"9156e065-130a-406e-bf6c-18ca497253cd","html_url":"https://github.com/nolleh/dotfiles","commit_stats":null,"previous_names":["nolleh/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolleh%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolleh%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolleh%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolleh%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nolleh","download_url":"https://codeload.github.com/nolleh/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243475330,"owners_count":20296714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["developer-tools","dotfiles","environment","shell","zsh"],"created_at":"2024-11-19T13:14:33.125Z","updated_at":"2025-12-30T05:45:18.535Z","avatar_url":"https://github.com/nolleh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nMy dotfile.\nFor now, actively used\n\n- Zshrc\n- Kitty\n- Neovim (NvChad v3 \u0026 Lazy.nvim)\n- Scripts(Installed to CrossPlatform's bin path) which is frequently used\n\nAdditionally contains\n- Alacritty\n- tmux\n- Vim env\n- Zellij\n\n\n# Why this stack\n- Fast, visual terminal (Kitty): GPU‑accelerated, image previews (icat), smooth cursor trail.\n- Modern editor (NvChad v3 on Neovim): IDE‑like UX with LSP, Treesitter, and Lazy for plugins.\n- Ergonomic shell (Zsh + Oh‑My‑Zsh): Clean agnoster prompt, syntax highlighting, autosuggestions.\n- Looks right everywhere (Nerd/Powerline fonts): Consistent icons and ligatures across tools.\n- Multiplexing when you need it (tmux/Zellij): Stable sessions, split panes, remote‑friendly workflows.\n- One‑command bootstrap: Reproducible macOS/Linux setup for the same experience on every machine.\n- Opinionated but extensible: Sensible defaults you can tweak without fighting the config.\n\n\n# Install\n\n```bash\n# macOS or Linux\ngit clone https://github.com/nolleh/dotfiles ~/.dotfiles\ncd ~/.dotfiles\n./install\n```\n\n**What you get**: Kitty terminal, Neovim (NvChad v3), Zsh + Oh‑My‑Zsh, syntax highlighting, autosuggestions, Nerd/Powerline fonts, tmux, Git config, and extras.\n\n**Cross‑platform**: `./install` detects your OS and applies the right steps (macOS via Homebrew; Linux via distro‑specific routines under `os/`).\n\n**Re‑run anytime**: Safe to run again to re‑apply updates or on a new machine.\n\nOptional: set your terminal font to a Nerd Font (e.g., JetBrains Mono Nerd Font). If you see broken glyphs, add `export LANG=en_US.UTF-8` to your shell.\n\n---\n\n## Neovim/NvChad — one‑step LSP and IDE features\n\n### LSP: install in one go\n\n**Interactive**:\n```vim\n:Mason\n```\n- Install servers (examples): `lua-language-server`, `pyright`, `tsserver`, `gopls`, `rust-analyzer`.\n- Also add formatters/linters: `stylua`, `prettierd`, `eslint_d`, `black`, `shfmt`.\n\n**Non‑interactive** (common stack):\n```bash\n# Install popular LSPs + formatters via Mason in one shot\nnvim --headless \"+MasonInstall lua-language-server pyright tsserver gopls rust-analyzer \\\nstylua prettierd eslint_d black shfmt\" +\"qa\"\n```\n\nLSP will autoload on filetype; no manual config needed.\n\n### What you get out of the box\n\n- **LSP‑ready IDE**: diagnostics, code actions, rename, hover, symbols, inlay hints.\n- **Treesitter syntax + folding**: accurate highlighting, structural motions.\n- **Formatting on save**: routes through `none-ls`/`lsp` if a formatter is installed.\n- **Project‑aware**: per‑project config picks local tools if present.\n- **Lazy plugin mgmt**: fast startup, async installs, `:Lazy` UI.\n\n### Daily keys (defaults in this setup)\n\n- **Go to**: `gd` definition, `gr` references, `gD` declaration, `gi` implementation.\n- **Docs**: `K` hover.\n- **Rename**: `\u003cleader\u003ern`\n- **Code actions**: `\u003cleader\u003eca`\n- **Diagnostics**: `[d` / `]d` prev/next, `\u003cleader\u003ee` open float\n- **Format**: `\u003cleader\u003ef` (or on save if enabled)\n- **Search**: `\u003cleader\u003eff` files, `\u003cleader\u003efg` live grep\n- Open plugin UIs: `:Mason`, `:Lazy`, `:LspInfo`\n\n### Recommended language packs\n\n```bash\n# Web/TS\nnvim --headless \"+MasonInstall tsserver eslint_d prettierd\" +\"qa\"\n# Python\nnvim --headless \"+MasonInstall pyright black\" +\"qa\"\n# Go\nnvim --headless \"+MasonInstall gopls golangci-lint\" +\"qa\"\n# Rust\nnvim --headless \"+MasonInstall rust-analyzer\" +\"qa\"\n# Lua (for Neovim config)\nnvim --headless \"+MasonInstall lua-language-server stylua\" +\"qa\"\n```\n\n### Tips\n\n- If icons look wrong, set your terminal to a Nerd Font and `export LANG=en_US.UTF-8`.\n- Re‑run `:Mason` anytime to add tools; no extra config files needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolleh%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnolleh%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolleh%2Fdotfiles/lists"}