{"id":21487873,"url":"https://github.com/ihasdapie/dotfiles","last_synced_at":"2026-04-09T08:14:54.706Z","repository":{"id":55557047,"uuid":"317617697","full_name":"ihasdapie/dotfiles","owner":"ihasdapie","description":"dotfiles for nvim, kitty, zsh, and more!","archived":false,"fork":false,"pushed_at":"2025-08-30T07:56:21.000Z","size":142136,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T20:55:02.915Z","etag":null,"topics":["dotfiles","kitty","neovim","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ihasdapie.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":"2020-12-01T17:29:34.000Z","updated_at":"2025-08-30T07:56:24.000Z","dependencies_parsed_at":"2025-09-07T20:54:37.859Z","dependency_job_id":null,"html_url":"https://github.com/ihasdapie/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ihasdapie/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihasdapie%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihasdapie%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihasdapie%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihasdapie%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ihasdapie","download_url":"https://codeload.github.com/ihasdapie/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihasdapie%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006333,"owners_count":26084083,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["dotfiles","kitty","neovim","vim","zsh"],"created_at":"2024-11-23T13:40:11.299Z","updated_at":"2026-04-09T08:14:54.698Z","avatar_url":"https://github.com/ihasdapie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brian's dotfiles\nStill very much a messy work in progress.\n\nInstallable with stow (https://www.gnu.org/software/stow/).\n\n## Karabiner\n\nhttps://github.com/jonasdiemer/karabiner-vim-mode-plus/blob/master/vim_mode_plus.json\n\n\n\n\n\n## VIM:\nvim-plug. \npretty straightfoward eye-candy-ified setup.\nwill document and organize someday...\n\n## ZSH:\nAntibody for plugins\nwill document and organize someday\n\n## KITTY:\npretty basic\n\n## VIVALDI:\ncss to combine taskbar with address bar\nenable with settings-\u003ecustom ui modifications\n\n## FIREFOX: \n[Simplerent Fox](https://github.com/MiguelRAvila/SimplerentFox)\n[Oneline Proton](https://github.com/lr-tech/OnelineProton/)\nModified to show current tab \u0026 include close button on tabs\n\n### Vimium\n\nThe default Vimium theme is a little ugly. \nHere's a better one:\n\n```css\n#vimiumHintMarkerContainer div.internalVimiumHintMarker, #vimiumHintMarkerContainer div.vimiumHintMarker {\n  padding: 3px 4px;\n  background: #444;\n  border: none;\n  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n}\n\n#vimiumHintMarkerContainer div span {\n  color: #fff;\n  text-shadow: none;\n}\n\n#vimiumHintMarkerContainer div \u003e .matchingCharacter {\n  opacity: 0.4;\n}\n\n#vimiumHintMarkerContainer div \u003e .matchingCharacter ~ span {\n  color: hotpink;\n}\n\n#vomnibar {\n  background: #444;\n  border: none;\n  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n  animation: show 200ms cubic-bezier(0, 0, 0.2, 1) forwards;\n}\n\n@keyframes show {\n  0% {\n    transform: translateY(50px);\n    opacity: 0;\n  }\n  100% {\n    transform: translateY(0);\n    opacity: 1;\n  }\n}\n\n#vomnibar .vomnibarSearchArea,\n#vomnibar input {\n  color: #fff;\n  background: transparent;\n  border: none;\n}\n\n#vomnibar .vomnibarSearchArea {\n  padding: 10px 30px;\n}\n\n#vomnibar input {\n  padding: 0;\n}\n\n#vomnibar ul {\n  padding: 0;\n  background: #444;\n  border-top: 1px solid #333;\n}\n\n#vomnibar li {\n  padding: 10px;\n  border-bottom: 1px solid #333;\n}\n\n#vomnibar li .vomnibarTopHalf,\n#vomnibar li .vomnibarBottomHalf {\n  padding: 3px 0;\n}\n\n#vomnibar li .vomnibarSource {\n  color: #aaa;\n}\n\n#vomnibar li em,\n#vomnibar li .vomnibarTitle {\n  color: #aaa;\n}\n\n#vomnibar li .vomnibarUrl {\n  color: #777;\n}\n\n#vomnibar li .vomnibarMatch {\n  color: hotpink;\n  font-weight: normal;\n}\n\n#vomnibar li .vomnibarTitle .vomnibarMatch {\n  color: hotpink;\n}\n\n#vomnibar li.vomnibarSelected {\n  background-color: #333;\n}\n\ndiv.vimiumHUD {\n  background: #444;\n  border: none;\n  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n}\n\ndiv.vimiumHUD span#hud-find-input,\ndiv.vimiumHUD .vimiumHUDSearchAreaInner {\n  color: #fff;\n}\n\ndiv.vimiumHUD .hud-find {\n  background-color: transparent;\n  border: none;\n}\n\ndiv.vimiumHUD .vimiumHUDSearchArea {\n  background-color: transparent;\n}\n```\n\n\n\n\n## Wallpapers:\na bunch of pretty pictures.\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihasdapie%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihasdapie%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihasdapie%2Fdotfiles/lists"}