{"id":15582260,"url":"https://github.com/jasonkuhrt/dotfiles","last_synced_at":"2026-03-18T16:54:29.646Z","repository":{"id":43616206,"uuid":"71554382","full_name":"jasonkuhrt/dotfiles","owner":"jasonkuhrt","description":"Tool configurations","archived":false,"fork":false,"pushed_at":"2026-02-05T06:32:12.000Z","size":3943,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T17:57:14.366Z","etag":null,"topics":["configuration","development-environment","dotfiles","fish-shell","vim"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jasonkuhrt.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2016-10-21T10:10:51.000Z","updated_at":"2026-02-05T06:32:16.000Z","dependencies_parsed_at":"2022-08-02T18:15:44.668Z","dependency_job_id":null,"html_url":"https://github.com/jasonkuhrt/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jasonkuhrt/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonkuhrt%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonkuhrt%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonkuhrt%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonkuhrt%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonkuhrt","download_url":"https://codeload.github.com/jasonkuhrt/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonkuhrt%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29240704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T18:06:38.086Z","status":"ssl_error","status_checked_at":"2026-02-08T18:06:09.124Z","response_time":57,"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":["configuration","development-environment","dotfiles","fish-shell","vim"],"created_at":"2024-10-02T20:00:40.937Z","updated_at":"2026-02-08T19:37:34.009Z","avatar_url":"https://github.com/jasonkuhrt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy personal system setup script and configuration files\n\n## Checklist\n\n- [Install vscode](https://code.visualstudio.com/download)\n  - [install vscode cli](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)\n  - [Setup Code Settings Synchronization and download settings](http://shanalikhan.github.io/2015/12/15/Visual-Studio-Code-Sync-Settings.html)\n  - [Make the UI more minimal](https://github.com/Microsoft/vscode/issues/46403#issuecomment-523286973)\n- [Install `iterm`](https://www.iterm2.com/downloads.html)\n- [Install shifty](https://github.com/thompsonate/Shifty)\n- [Install `fish`](https://fishshell.com)\n- [Install `fisher`](https://github.com/jorgebucaran/fisher)\n- [Install `brew`](https://brew.sh)\n- [Make Fish the default shell](https://gist.github.com/gagarine/cf3f65f9be6aa0e105b184376f765262?permalink_comment_id=3960962#gistcomment-3960962)\n- [life-commit](https://github.com/ByronHsu/life-commit) for journaling ish\n- Node development\n  - [emma-cli](https://github.com/maticzav/emma-cli) for better npm package discovery\n- Development\n  - [Refined GitHub](https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf) for better GitHub UI\n- Setup macOS\n  - [Enable key repeat](https://stackoverflow.com/questions/39972335/how-do-i-press-and-hold-a-key-and-have-it-repeat-in-vscode)\n  - [Disable double space period](http://osxdaily.com/2019/03/27/disable-period-typing-shortcut-mac/)\n  - [Install Alfred](https://www.alfredapp.com/)\n  - http://osxdaily.com/2010/02/26/use-the-tab-key-to-switch-between-dialog-buttons-in-mac-os-x/\n  - [enable key repeat](https://www.howtogeek.com/267463/how-to-enable-key-repeating-in-macos)\n  - https://github.com/JohnCoates/Aerial\n  - [Enable Touch ID for sudo](https://www.imore.com/how-use-sudo-your-mac-touch-id)\n  - update bash on macOS  \n    macOS ships with an old version of bash (3.x). Bash is up to 5.x at the time of this writing. Although I am a zsh user currently, being bale to invoke a modern bash via `$ bash` can be useful. For example running some bash script that I would like to be compatible with what is on CircleCI (whose convenience docker images uses bash 4.x)  \n    Instructions from [here](https://apple.stackexchange.com/questions/55989/change-my-shell-to-a-different-bash-version-at-usr-local-bin-bash/55998). Add `/usr/local/bin/bash` to `/etc/shells`. Then test via `bash --version`.\n- Run `bin/install`\n\n## Programming fonts\n\n- [FiraCode](https://github.com/tonsky/FiraCode)\n- [Operator Mono](https://www.typography.com/fonts/operator/styles/) (\\$) ([intro](https://www.typography.com/blog/introducing-operator)) ([hype](https://twitter.com/dan_abramov/status/700439594337222657/photo/1)) ([w/ ligatures](https://github.com/kiliman/operator-mono-lig))\n- [Hasklig](https://github.com/i-tu/Hasklig)\n- [Iosevka](https://github.com/be5invis/Iosevka)\n- [Hack](https://github.com/source-foundry/Hack)\n- [PragmataPro](https://www.fsd.it/shop/fonts/pragmatapro/) (\\$)\n- [Monoid](https://github.com/larsenwork/monoid)\n- [Source Code Pro](https://github.com/adobe-fonts/source-code-pro)\n- [Cascadia Code](https://github.com/microsoft/cascadia-code)\n- [MesloLGS NF](https://github.com/IlanCosman/tide#meslo-nerd-font)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonkuhrt%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonkuhrt%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonkuhrt%2Fdotfiles/lists"}