{"id":24843095,"url":"https://github.com/wunki/dotfiles","last_synced_at":"2025-12-17T17:25:13.204Z","repository":{"id":1427634,"uuid":"1581307","full_name":"wunki/dotfiles","owner":"wunki","description":"Command-line lovers unite! I'm sharing my dotfiles, so you don't have to be me and spend years tweaking configuration files for the best developer experience. Enjoy!","archived":false,"fork":false,"pushed_at":"2025-01-07T05:52:18.000Z","size":41980,"stargazers_count":40,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T20:49:21.211Z","etag":null,"topics":["dotfiles","fish","nvim","tmux","unix"],"latest_commit_sha":null,"homepage":"https://petar.ai","language":"Shell","has_issues":false,"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/wunki.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":"2011-04-07T08:34:59.000Z","updated_at":"2025-01-07T05:52:22.000Z","dependencies_parsed_at":"2023-09-27T14:57:18.791Z","dependency_job_id":"3564ca28-e723-4221-bb90-7b55f811bf57","html_url":"https://github.com/wunki/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunki%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunki%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunki%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunki%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wunki","download_url":"https://codeload.github.com/wunki/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236489504,"owners_count":19157011,"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":["dotfiles","fish","nvim","tmux","unix"],"created_at":"2025-01-31T08:35:49.248Z","updated_at":"2025-10-14T16:30:36.694Z","avatar_url":"https://github.com/wunki.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nA carefully crafted collection of configuration files for Fish, Tmux, Ghostty, Helix, Zed and more, optimized for cross-platform use.\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n## Features\n\n- **Cross-platform compatibility**: Works on macOS, Linux, and FreeBSD\n- **Theme support**: Custom themes for terminals and editors including Lackluster (dark) and Zenbones (light)\n- **Modern tools**: Configuration for cutting-edge tools like Ghostty terminal and Zed editor\n- **Shell enhancements**: Fish shell with useful abbreviations, functions, and OS-specific configurations\n- **Development optimized**: Tmux with sensible defaults and theme switching\n\n## Components\n\n| Component                                       | Description                                                        |\n| ----------------------------------------------- | ------------------------------------------------------------------ |\n| [Fish](https://fishshell.com/)                  | Shell with good defaults and easy to configure                     |\n| [Zsh](https://www.zsh.org/)                     | Alternative shell with platform-specific configurations            |\n| [Tmux](https://github.com/tmux/tmux)            | When editing remote I use Tmux to save sessions and manage windows |\n| [Ghostty](https://github.com/mitchellh/ghostty) | Modern GPU-accelerated terminal emulator                           |\n| [Helix](https://helix-editor.com/)              | A post-modern text editor written in Rust                          |\n| [Zed](https://zed.dev/)                         | High-performance, multiplayer code editor                          |\n\n## Neovim\n\n![Neovim with Telescope](/screenshots/neovim.png)\n\nWhile not directly configured in this repository, my dotfiles include support for terminal-based editors and tools, complementing my development workflow. The Tmux configuration works particularly well with Neovim for remote editing sessions.\n\n## Prerequisites\n\n- Git\n- Make\n- For Fish configuration: [Fisher](https://github.com/jorgebucaran/fisher) package manager\n- Terminal emulator compatible with your platform (Ghostty, iTerm2, etc.)\n\n## Installation\n\nClone this repository:\n\n```bash\ngit clone https://github.com/petar/dotfiles.git\ncd dotfiles\n```\n\nUse the Makefile to install specific components:\n\n```bash\n# Install all configurations\nmake\n\n# Install specific components\nmake fish\nmake tmux\nmake helix\nmake ghostty\nmake zed\nmake zsh\n```\n\nAfter installing Fish configuration, you may want to install the recommended plugins:\n\n```bash\n# Install Fish plugins\nfisher install jorgebucaran/hydro\nfisher install jorgebucaran/autopair.fish\nfisher install jethrokuan/z\n```\n\n## Customization\n\nThese dotfiles are organized to be easily customizable:\n\n- OS-specific configurations are isolated in separate files (darwin.fish, linux.fish, freebsd.fish)\n- Theme switching is supported in Tmux and Ghostty\n- Each tool has its own directory for clean separation of concerns\n- Secrets are kept in separate files (secrets.fish) that are not tracked by git\n\n## Troubleshooting\n\nCommon issues and solutions:\n\n- **Symlinks not created**: Ensure you have proper permissions in your home directory\n- **Fish plugins not working**: Make sure Fisher is installed and run the plugin install commands\n- **Theme not applying**: Check that the theme files are properly linked and your terminal supports the colors\n- **OS-specific configs not loading**: Verify that the OS detection in the configs matches your system\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunki%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwunki%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunki%2Fdotfiles/lists"}