{"id":18295434,"url":"https://github.com/spiderpig86/dotfiles","last_synced_at":"2026-03-03T21:02:58.812Z","repository":{"id":108440054,"uuid":"117180372","full_name":"Spiderpig86/dotfiles","owner":"Spiderpig86","description":":rice: Some dotfiles.","archived":false,"fork":false,"pushed_at":"2026-03-02T10:07:12.000Z","size":473,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T13:57:24.183Z","etag":null,"topics":["bash","dotfiles","hyper","powershell","vim","vimrc","vscode","zsh"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/Spiderpig86.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":"2018-01-12T02:18:01.000Z","updated_at":"2026-03-02T10:07:15.000Z","dependencies_parsed_at":"2025-11-18T11:03:19.434Z","dependency_job_id":null,"html_url":"https://github.com/Spiderpig86/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Spiderpig86/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spiderpig86%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spiderpig86%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spiderpig86%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spiderpig86%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spiderpig86","download_url":"https://codeload.github.com/Spiderpig86/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spiderpig86%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30060680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"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":["bash","dotfiles","hyper","powershell","vim","vimrc","vscode","zsh"],"created_at":"2024-11-05T14:35:25.706Z","updated_at":"2026-03-03T21:02:58.795Z","avatar_url":"https://github.com/Spiderpig86.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\nA small opinionated list of dot files used to set up my apps.\n\n## Hyper Terminal\n### Performance\n* To ensure that this uses as little CPU as possible on windows, make the following changes:\n    * **hyperline.js**\n        * In `componentDidMount()`, increase the timeout or comment the following line completely. It is not worth the extra CPU cycles to check your connection speed and have `WMI.exe` go nuts.\n        ```JavaScript\n        componentDidMount() {\n            this.getSpeed();\n            // Remove the following line\n            this.interval = setInterval(() =\u003e this.getSpeed(), 1500);\n        }\n        ```\n    * **index.js** for hyper-tabs-enhanced\n        * After checking why this plugin began to burn my lap, it seems that the transparency property for the traffic button was to blame.\n        ```JavaScript\n        if (!hyperTabs.trafficButtons) {\n            exports.decorateBrowserOptions = (defaults) =\u003e {\n                return Object.assign({}, defaults, {\n                    titleBarStyle: '',\n                    transparent: true, // CHANGE THIS TO FALSE\n                    frame: false,\n                });\n            };\n        }\n        ```\n### Styling\n* When using hyperline, scrollbars tend to appear since the plugin itself takes up too much space.\n* Make sure to install *hyper-stylesheet* and include `.hyper.css` in your user folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiderpig86%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspiderpig86%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspiderpig86%2Fdotfiles/lists"}