{"id":21880472,"url":"https://github.com/teagar/nvchad_customconfigs","last_synced_at":"2026-04-28T12:06:55.227Z","repository":{"id":171780609,"uuid":"625595172","full_name":"Teagar/NvChad_CustomConfigs","owner":"Teagar","description":"This setup is designed to transform your Neovim experience into a lightning-fast, feature-rich, and visually stunning coding environment.","archived":false,"fork":false,"pushed_at":"2024-01-30T04:56:36.000Z","size":37244,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T00:44:23.340Z","etag":null,"topics":["lua","nvchad","nvchad-custom-config","nvim","nvim-configs","vim"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Teagar.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":"2023-04-09T15:45:28.000Z","updated_at":"2024-01-28T14:01:28.000Z","dependencies_parsed_at":"2025-01-26T18:56:49.934Z","dependency_job_id":null,"html_url":"https://github.com/Teagar/NvChad_CustomConfigs","commit_stats":null,"previous_names":["teagar/nvchad_customconfigs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Teagar/NvChad_CustomConfigs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teagar%2FNvChad_CustomConfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teagar%2FNvChad_CustomConfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teagar%2FNvChad_CustomConfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teagar%2FNvChad_CustomConfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teagar","download_url":"https://codeload.github.com/Teagar/NvChad_CustomConfigs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teagar%2FNvChad_CustomConfigs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265066198,"owners_count":23706063,"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":["lua","nvchad","nvchad-custom-config","nvim","nvim-configs","vim"],"created_at":"2024-11-28T09:14:01.926Z","updated_at":"2025-10-08T00:04:26.301Z","avatar_url":"https://github.com/Teagar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NvChad Custom Configs\n\n**Welcome to the NvChad v2 custom configuration repository!** This setup is designed to transform your Neovim experience into a lightning-fast, feature-rich, and visually stunning coding environment.\n\n## Dashboard\n\n![home!](img/home.png)\n\n## Install dependencies\n- [Neovim](https://github.com/neovim/neovim/tags) (0.9.0+ or Stable)\n- [MSYS2](https://www.msys2.org/) (C++ *Windows* Compiler)\n- [Git](https://git-scm.com/downloads)\n- [Node.js](https://nodejs.org/en/)\n- [Ripgrep](https://github.com/BurntSushi/ripgrep)\n- [Lazygit](https://github.com/jesseduffield/lazygit)\n- [Nerd Font](https://github.com/ryanoasis/nerd-fonts)\n- [Windows Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-id\u0026gl=id) (*Windows*)\n- [Powershell](https://apps.microsoft.com/store/detail/powershell/9MZ1SNWT0N5D?hl=en-id\u0026gl=id) (*Windows*)\n- [NvChad](https://nvchad.com/)\n\n## Config Linux (Linux Debian Based)\n\n- Make sure the account is administrator\n\n```bash\nsudo visudo\n[nama user] ALL=(ALL:ALL) ALL\n[nama user] ALL=(ALL) NOPASSWD:ALL\n```\n\n- Install Neovim\n\n```\nsudo apt-get install wget\nmkdir download\ncd download\nwget https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.deb\nsudo apt-get install ./nvim-linux64.deb\nnvim --version\n```\n\n- Check GCC availability\n\n```bash\ngcc --version\n```\n\n- Install git\n\n```bash\nsudo apt-get install git\ngit --version\n```\n\n- Install NodeJS\n\n```bash\nsudo apt-get install curl\nsudo apt install build-essential libssl-dev\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash\nsource ~/.bashrc\nnvm install 18.12.1\nnode --version\nnpm --version\n```\n\n- Install unzip, ripgrep\n\n```bash\nsudo apt-get install unzip\nsudo apt-get install ripgrep\n```\n\n- Install Lazygit\n\n```bash\nLAZYGIT_VERSION=$(curl -s \"https://api.github.com/repos/jesseduffield/lazygit/releases/latest\" | grep '\"tag_name\":' |  sed -E 's/.*\"v*([^\"]+)\".*/\\1/')\ncurl -Lo lazygit.tar.gz \"https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz\"\nsudo tar xf lazygit.tar.gz -C /usr/local/bin lazygit\nlazygit --version\n```\n\n## Config Linux / MAC\n- Rename Config Original\n```bash\nmv ~/.config/nvim/lua/custom/ ~/.config/nvim/lua/custom_backup\n```\n- New Clone Config\n```bash\ngit clone https://github.com/Teagar/NvChad_CustomConfigs ~/.config/nvim/lua/custom\n```\n## Config Windows\n- Rename Config Original\n```powershell\nRename-Item \"$env:LOCALAPPDATA\\nvim\\lua\\custom\" \"$env:LOCALAPPDATA\\nvim\\lua\\custom_backup\"\n```\n- New Clone Config\n```powershell\ngit clone https://github.com/Teagar/NvChad_CustomConfigs \"$env:LOCALAPPDATA\\nvim\\lua\\custom\"\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteagar%2Fnvchad_customconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteagar%2Fnvchad_customconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteagar%2Fnvchad_customconfigs/lists"}