{"id":20196512,"url":"https://github.com/endalk200/.dotfiles","last_synced_at":"2026-04-11T13:35:12.715Z","repository":{"id":250584117,"uuid":"814604277","full_name":"endalk200/.dotfiles","owner":"endalk200","description":"Personal dotfile collection powered by GNU stow. Neovim, Alacritty, tmux, iterm2, lazygit, zsh are configured in this repo.","archived":false,"fork":false,"pushed_at":"2025-07-05T12:22:26.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-06T04:29:08.948Z","etag":null,"topics":["alacritty","dotfiles","stow","tmux","vim","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/endalk200.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":"2024-06-13T10:32:25.000Z","updated_at":"2025-07-05T12:22:29.000Z","dependencies_parsed_at":"2025-05-12T14:26:05.259Z","dependency_job_id":"9434c1a8-d6b7-4e7d-9741-3736c19be72d","html_url":"https://github.com/endalk200/.dotfiles","commit_stats":null,"previous_names":["endalk200/.dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/endalk200/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endalk200%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endalk200%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endalk200%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endalk200%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endalk200","download_url":"https://codeload.github.com/endalk200/.dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endalk200%2F.dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alacritty","dotfiles","stow","tmux","vim","zsh"],"created_at":"2024-11-14T04:24:31.735Z","updated_at":"2026-04-11T13:35:12.688Z","avatar_url":"https://github.com/endalk200.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nThis repository contains my personal configuration files (dotfiles) for various tools and applications that I use on a daily basis. These dotfiles help in setting up a consistent and efficient development environment across different machines.\n\n## Tools Configured\n\n- Alacritty\n- Neovim\n- Zsh\n- Starship\n- Tmux\n- iTerm2\n- Lazygit\n\n## Directory structure\n\n```\n.\n├── .config\n│   ├── alacritty\n│   │   ├── alacritty.toml\n│   │   ├── catppuccin-frappe.toml\n│   │   ├── catppuccin-macchiato.toml\n│   │   ├── catppuccin-mocha.toml\n│   │   └── one_dark.toml\n│   ├── lazygit\n│   │   └── config.yml\n│   ├── nvim\n│   │   ├── init.lua\n│   │   ├── lazy-lock.json\n│   │   └── lua\n│   │       └── endalk200\n│   │           ├── core\n│   │           │   ├── init.lua\n│   │           │   ├── keymaps.lua\n│   │           │   └── options.lua\n│   │           ├── lazy.lua\n│   │           └── plugins\n│   │               ├── alpha.lua\n│   │               ├── autopairs.lua\n│   │               ├── bufferline.lua\n│   │               ├── colorscheme.lua\n│   │               ├── comment.lua\n│   │               ├── disabled.lua\n│   │               ├── dressing.lua\n│   │               ├── formatting.lua\n│   │               ├── gitsigns.lua\n│   │               ├── harpoon.lua\n│   │               ├── indent-blankline.lua\n│   │               ├── init.lua\n│   │               ├── lazygit.lua\n│   │               ├── linting.lua\n│   │               ├── lsp\n│   │               │   ├── lspconfig.lua\n│   │               │   └── mason.lua\n│   │               ├── lualine.lua\n│   │               ├── nvim-cmp.lua\n│   │               ├── nvim-tree.lua\n│   │               ├── substitute.lua\n│   │               ├── surround.lua\n│   │               ├── telescope.lua\n│   │               ├── todo-comments.lua\n│   │               ├── treesitter.lua\n│   │               ├── trouble.lua\n│   │               ├── vim-maximizer.lua\n│   │               └── which-key.lua\n│   └── starship.toml\n├── .p10k.zsh\n├── .stow-local-ignore\n├── .tmux.conf\n├── .zshrc\n├── README.md\n├── iterm-config.json\n├── rip.sh\n└── tmux-sessions.sh\n```\n\n`brew install stow`\n\n`brew install lazygit`\n\n`brew install neovim`\n\n`brew install --cask alacritty`\n\n`brew install zoxide`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendalk200%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendalk200%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendalk200%2F.dotfiles/lists"}