{"id":17807405,"url":"https://github.com/ragibasif/dotfiles","last_synced_at":"2026-02-12T12:46:20.596Z","repository":{"id":259538516,"uuid":"861284317","full_name":"ragibasif/dotfiles","owner":"ragibasif","description":"My ever changing and indecisive configuration files.","archived":false,"fork":false,"pushed_at":"2025-04-02T00:14:08.000Z","size":5818,"stargazers_count":1,"open_issues_count":13,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T01:24:48.432Z","etag":null,"topics":["alacritty","archlinux","bash","config","dotfiles","git","gnu-stow","kitty","linux","lua","markdown","neovim","nvim","scripts","tmux","vim","wallpapers"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ragibasif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-22T13:50:05.000Z","updated_at":"2025-04-02T00:14:12.000Z","dependencies_parsed_at":"2024-10-26T10:23:02.785Z","dependency_job_id":"e2d33558-09d2-4b1e-94de-4670d67ff707","html_url":"https://github.com/ragibasif/dotfiles","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"d74b8d0ef504cdbd82436b0f29a9c0df3d854fe7"},"previous_names":["ragibasif/dotfiles"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragibasif%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragibasif%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragibasif%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ragibasif%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ragibasif","download_url":"https://codeload.github.com/ragibasif/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763860,"owners_count":20829798,"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":["alacritty","archlinux","bash","config","dotfiles","git","gnu-stow","kitty","linux","lua","markdown","neovim","nvim","scripts","tmux","vim","wallpapers"],"created_at":"2024-10-27T14:04:18.613Z","updated_at":"2026-02-12T12:46:20.590Z","avatar_url":"https://github.com/ragibasif.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n[![GitHub](https://img.shields.io/badge/GitHub-0D1117?style=for-the-badge\u0026logo=github\u0026logoColor=C9D1D9)](https://github.com/ragibasif/dotfiles)\n[![Last Commit](https://img.shields.io/github/last-commit/ragibasif/dotfiles?style=for-the-badge\u0026logo=github\u0026color=58A6FF\u0026logoColor=C9D1D9\u0026labelColor=0D1117)](https://github.com/ragibasif/dotfiles/pulse)\n[![Stars](https://img.shields.io/github/stars/ragibasif/dotfiles?style=for-the-badge\u0026logo=apachespark\u0026color=D29922\u0026logoColor=C9D1D9\u0026labelColor=0D1117)](https://github.com/ragibasif/dotfiles/stargazers)\n[![Forks](https://img.shields.io/github/forks/ragibasif/dotfiles?style=for-the-badge\u0026logo=github\u0026color=3FB950\u0026logoColor=C9D1D9\u0026labelColor=0D1117)](https://github.com/ragibasif/dotfiles/network/members)\n[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Fragibasif%2Fdotfiles\u0026label=visitors\u0026labelColor=%230D1117\u0026countColor=%2358A6FF)](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Fragibasif%2Fdotfiles)\n[![License](https://img.shields.io/github/license/ragibasif/dotfiles?style=for-the-badge\u0026logo=starship\u0026color=8957E5\u0026logoColor=C9D1D9\u0026labelColor=0D1117)](https://github.com/ragibasif/dotfiles/blob/master/LICENSE)\n\nMy `dotfiles` managed by `GNU Stow`.\n\n## Getting Started\n\n### Prerequisites\n\nRequired:\n\n- `git`: For cloning and managing the repository.\n- `stow`: For symlinking and managing dotfiles.\n\nOptional (but recommended):\n\n- `neovim`: For a modern Vim experience.\n- `tmux`: For terminal multiplexing and session management.\n\n### Installation\n\n1. Clone the Repository:\n\n   ```bash\n   git clone git@github.com:ragibasif/dotfiles.git ~/dotfiles\n   ```\n\n2. Enter the Directory:\n\n   ```bash\n   cd ~/dotfiles\n   ```\n\n3. Run the Installation Script:\n\n   ```bash\n   ./install.sh\n   ```\n\n## Usage\n\n### Stowing Specific Configurations\n\n```bash\nstow bash      # Applies ONLY the bash configurations\nstow nvim      # Applies ONLY the neovim configurations\nstow vim       # Applies ONLY the vim configurations\nstow git       # Applies ONLY the git configurations\nstow tmux      # Applies ONLY the tmux configurations\n```\n\n### Customizing the `.stow-local-ignore` File\n\nThe `.stow-local-ignore` file allows you to specify files or directories that\nshould be ignored when stowing.\n\n### Overwriting Existing Files\n\nBy default, `stow` will not overwrite existing files. Using the `--adopt` or\n`--override` flags will overwrite conflicting files.\n\n```bash\nstow --override bash\n```\n\nOr\n\n```bash\nstow --adopt zsh\n```\n\n## License\n\nThis project is licensed under the MIT License. Feel free to use, modify,\nand distribute the code as you see fit. For more details, see the\n[LICENSE](LICENSE) file.\n\n## References\n\n- [Using GNU Stow to manage your dot files](https://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html): A comprehensive guide on using `stow` for dotfiles management.\n- [Force GNU stow to overwrite existing configuration file](https://www.reddit.com/r/linux4noobs/comments/b5ig2h/is_there_any_way_to_force_gnu_stow_to_overwrite/): A Reddit thread discussing how to handle conflicts with `stow`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragibasif%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragibasif%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragibasif%2Fdotfiles/lists"}