{"id":26121726,"url":"https://github.com/bryan07312002/my-dot-files","last_synced_at":"2026-05-28T06:03:03.679Z","repository":{"id":222894847,"uuid":"758189440","full_name":"Bryan07312002/my-dot-files","owner":"Bryan07312002","description":"A collection of my essential configuration files for bash, kitty, and tmux.","archived":false,"fork":false,"pushed_at":"2025-02-23T13:32:29.000Z","size":547,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T14:39:00.513Z","etag":null,"topics":["bash","dotfiles","kitty-terminal","tmux"],"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/Bryan07312002.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-02-15T19:53:04.000Z","updated_at":"2025-02-23T14:50:23.000Z","dependencies_parsed_at":"2024-02-16T22:25:09.986Z","dependency_job_id":"180c36c8-9e42-4693-a14e-304bf2c27800","html_url":"https://github.com/Bryan07312002/my-dot-files","commit_stats":null,"previous_names":["bryan07312002/my-dot-files"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bryan07312002/my-dot-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fmy-dot-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fmy-dot-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fmy-dot-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fmy-dot-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bryan07312002","download_url":"https://codeload.github.com/Bryan07312002/my-dot-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fmy-dot-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33596317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","dotfiles","kitty-terminal","tmux"],"created_at":"2025-03-10T14:35:56.388Z","updated_at":"2026-05-28T06:03:03.675Z","avatar_url":"https://github.com/Bryan07312002.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles 🖥️\n\nA collection of my essential configuration files for bash, kitty, and tmux.\n\n![showing the terminal](./docs/example_photo.png)\n\n## Installation Guide ⚙️\n\n### Prerequisites\n- Backup existing config files:\n  ```bash\n  mv ~/.bashrc ~/.bashrc.bak\n  mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.bak\n  mv ~/.tmux.conf ~/.tmux.conf.bak\n  ```\n\n### 1. Bash Configuration\n**File:** `bash/.bashrc`\n\n🔗 Symlink to home directory:\n```bash\nln -s $(pwd)/bash/.bashrc ~/.bashrc\n```\n\n🔄 Reload configuration:\n```bash\nsource ~/.bashrc\n```\n\n### 2. Kitty Terminal Configuration\n**File:** `kitty/kitty.conf`\n\n🔗 Create config directory and symlink:\n```bash\nmkdir -p ~/.config/kitty\nln -s $(pwd)/kitty/kitty.conf ~/.config/kitty/\n```\n\n🔄 Restart kitty terminal to apply changes\n\n### 3. Tmux Configuration\n**Files:**\n- `tmux/.tmux.conf`\n- `tmux/tmux_colors.sh`\n\n🔗 Symlink main config:\n```bash\nln -s $(pwd)/tmux/.tmux.conf ~/.tmux.conf\n```\n\n🔗 Install color script:\n```bash\nln -s $(pwd)/tmux/tmux_colors.sh ~/tmux_colors.sh\nchmod +x ~/tmux_colors.sh\n```\n\n🔄 Reload tmux config:\n```bash\ntmux source-file ~/.tmux.conf\n```\n\n## Features Overview ✨\n\n### Bash\n- Custom aliases (c=clear ,t=tmux, ta=tmux attach, ...)\n- History optimizations\n\n### Kitty\n- Transparent background\n\n### Tmux\n- Prefix key set to Ctrl-space\n- Mouse mode enabled\n- Status bar customization\n- Color scheme script for theming\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryan07312002%2Fmy-dot-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryan07312002%2Fmy-dot-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryan07312002%2Fmy-dot-files/lists"}