{"id":25478322,"url":"https://github.com/tonytech83/dotfiles","last_synced_at":"2026-02-09T10:07:15.155Z","repository":{"id":277358274,"uuid":"932173477","full_name":"tonytech83/dotfiles","owner":"tonytech83","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2026-01-13T14:44:46.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T16:35:01.428Z","etag":null,"topics":["alacritty","fastfetch","kitty","nano","rofi","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tonytech83.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-13T13:45:40.000Z","updated_at":"2026-01-13T14:45:58.000Z","dependencies_parsed_at":"2025-10-13T04:08:14.150Z","dependency_job_id":"05bf7a2c-20ee-455e-94d9-481e3d94a474","html_url":"https://github.com/tonytech83/dotfiles","commit_stats":null,"previous_names":["tonytech83/archlinux-dots","tonytech83/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tonytech83/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytech83%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytech83%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytech83%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytech83%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonytech83","download_url":"https://codeload.github.com/tonytech83/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonytech83%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29261651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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","fastfetch","kitty","nano","rofi","zsh"],"created_at":"2025-02-18T14:31:24.744Z","updated_at":"2026-02-09T10:07:15.150Z","avatar_url":"https://github.com/tonytech83.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Lint, Test \u0026 Release](https://github.com/tonytech83/dotfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/tonytech83/dotfiles/actions/workflows/ci.yml)\n\n# dotfiles\n\nA comprehensive collection of dotfiles and configurations for my Linux development environment, featuring a beautiful ZSH setup with Oh-My-Posh, Neovim configuration, and various terminal applications.\n\n## Features\n\n### Shell Configuration\n- **ZSH** with [Zinit](https://github.com/zdharma-continuum/zinit) plugin manager\n- **Oh-My-Posh** with custom minimal theme\n- **Smart plugins**: syntax highlighting, autosuggestions, completions, and fzf-tab\n- **Enhanced history** management with deduplication\n- **Custom keybindings** for efficient navigation\n\n### Development Tools\n- **Neovim** configuration with AstroNvim framework\n- **Terminal emulators**: Alacritty and Kitty configurations\n- **System information**: Fastfetch configuration\n- **File navigation**: Enhanced with `eza`, `fzf`, and `zoxide`\n- **Application launcher**: Rofi with multiple themes\n\n### Theming\n- **Nord/Nordic** color schemes across applications\n- **Consistent theming** for terminal, editor, and launcher\n- **Multiple Rofi themes**: Dracula, Everblush, Forest, Gruv, Nord, OneDark\n\n### Utilities\n- **Nano** configuration with syntax highlighting and line numbers\n- **Kubectl, Helm, Terraform, Ansible** aliases for DevOps workflows\n- **Stow** for symlink management\n\n## What's Included\n\n```\ndotfiles/\n├── .config/\n│   ├── alacritty/          # Terminal emulator config\n│   ├── fastfetch/          # System info tool\n│   ├── kitty/              # Terminal emulator config\n│   ├── nvim/               # Neovim configuration\n│   ├── oh-my-posh/         # Shell prompt theme\n│   ├── eza/                # modern alternative for the ls\n│   ├── rofi/               # Application launcher\n│   └── zsh/\n│       └── aliases.zsh     # Custom shell aliases\n├── .zshrc                  # Main ZSH configuration\n├── .nanorc                 # Nano editor configuration\n└── setup.sh                # Automated installation script\n```\n\n## Quick Installation\n\nThe installation script automatically detects your Linux distribution and installs all necessary dependencies.\n\n### 1. Clone the repository\n```bash\ngit clone https://github.com/tonytech83/dotfiles.git ~/dotfiles\ncd ~/dotfiles\n```\n\n### 2. Run the installation script\n```bash\nchmod +x setup.sh\n./setup.sh\n```\n\n### 3. Restart your shell\n```bash\nexec zsh\n```\n\n## Manual Installation\n\n### Prerequisites\nThe script automatically handles these, but for manual installation you'll need:\n\n- **curl** - for downloading tools\n- **sudo** or **doas** - for privilege escalation\n- **git** - for cloning repositories\n- **stow** - for managing symlinks\n\n### Supported Package Managers\n- **APT** (Debian/Ubuntu)\n- **DNF** (Fedora)\n- **Pacman** (Arch Linux) - includes AUR helper installation\n- **Zypper** (openSUSE)\n- **YUM** (CentOS/RHEL)\n\n### Installed Tools\nThe script automatically installs:\n- **ZSH** - Modern shell\n- **Stow** - Symlink farm manager\n- **eza** - Modern replacement for `ls`\n- **fzf** - Fuzzy finder\n- **zoxide** - Smart directory jumper\n- **Oh-My-Posh** - Cross-platform prompt theme engine\n\n## Customization\n\n### Adding Personal Configurations\n1. Fork this repository\n2. Modify configurations in `.config/` directories\n3. Update `.zsh/aliases.zsh` with your preferred aliases\n4. Customize the Oh-My-Posh theme in `.config/oh-my-posh/minimal.toml`\n\n### Extending the Setup\n- Add new configurations to appropriate `.config/` subdirectories\n- Update `.stow-local-ignore` to exclude files from symlinking\n- Modify `install-zsh.sh` to include additional tools\n\n## Troubleshooting\n\n### Common Issues\n1. **Stow conflicts**: The script performs a dry-run first and reports conflicts\n2. **Missing fonts**: Install a Nerd Font for proper icon display\n3. **Permission issues**: Ensure your user has sudo access\n4. **Package manager not detected**: Manually install dependencies\n\n### Getting Help\n- Check the `installation.log` for detailed error messages\n- Ensure you're running on a supported Linux distribution\n- Verify internet connectivity for downloading tools\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Acknowledgments\n\n- [Zinit](https://github.com/zdharma-continuum/zinit) for the excellent ZSH plugin manager\n- [Oh-My-Posh](https://ohmyposh.dev/) for the beautiful prompt engine\n- [AstroNvim](https://astronvim.com/) for the Neovim configuration framework\n- The open-source community for all the amazing tools integrated here\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonytech83%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonytech83%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonytech83%2Fdotfiles/lists"}