{"id":17820462,"url":"https://github.com/kkebo/dotfiles","last_synced_at":"2026-03-13T07:34:27.560Z","repository":{"id":144159189,"uuid":"45994776","full_name":"kkebo/dotfiles","owner":"kkebo","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-21T12:34:44.000Z","size":337,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T18:32:31.558Z","etag":null,"topics":["dotfiles","fish","ipados","linux","macos","tmux","vim"],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","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/kkebo.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":"2015-11-11T16:46:07.000Z","updated_at":"2026-02-21T12:34:47.000Z","dependencies_parsed_at":"2026-01-02T03:00:35.395Z","dependency_job_id":null,"html_url":"https://github.com/kkebo/dotfiles","commit_stats":null,"previous_names":["kkebo/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkebo/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkebo","download_url":"https://codeload.github.com/kkebo/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkebo%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30460939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"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":["dotfiles","fish","ipados","linux","macos","tmux","vim"],"created_at":"2024-10-27T17:05:24.169Z","updated_at":"2026-03-13T07:34:27.554Z","avatar_url":"https://github.com/kkebo.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy dotfiles for iPadOS, macOS, FreeBSD, Linux, and Windows Subsystem for Linux.\n\n## Installation (a-Shell on iPadOS)\n\n```shell\nlg2 clone \u003cthis repository\u003e\ncd dotfiles\nlg2 submodule update --init --recursive\n./install.ashell.sh\n```\n\n## Installation (macOS, FreeBSD, Linux, or WSL)\n\n```shell\ngit clone --recurse-submodules -j8 \u003cthis repository\u003e\ncd dotfiles\n./install.sh\n```\n\n## Installation (iSH on iPadOS)\n\n```shell\ngit clone --recurse-submodules \u003cthis repository\u003e\ncd dotfiles\n./install.ish.sh\n```\n\n## Vim\n\n### Prerequisites\n\n- iPadOS (iVim, a-Shell, Blink Shell, iSH), macOS, FreeBSD, Linux, or WSL\n- Vim 8.0 or later with Python 3 support\n- Python 3\n\n### Files\n\n- `.vimrc`\n- `.vim/*`\n- `.vimrc.ish` (For iSH)\n\n## fish\n\n### Prerequisites\n\n- iPadOS (iSH), macOS, FreeBSD, Linux, or WSL\n- fish\n  - [Fisher](https://github.com/jorgebucaran/fisher)\n    - `curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source \u0026\u0026 fisher update`\n  - [ripgrep](https://github.com/BurntSushi/ripgrep)\n  - [bat](https://github.com/sharkdp/bat)\n  - [lsd](https://github.com/Peltoche/lsd)\n  - (macOS) `brew install terminal-notifier`\n- [Oh My Posh](https://ohmyposh.dev)\n\n### Files\n\n- `.config/fish/config.fish`\n- `.config/fish/fish_plugins`\n\n## tmux\n\n### Prerequisites\n\n- macOS, FreeBSD, Linux, or WSL\n- fish (for clipboard)\n\n### Files\n\n- `.config/tmux/tmux.conf`\n- `.config/tmux/*`\n\n## Git\n\n### Prerequisites\n\n- iPadOS (a-Shell, iSH), macOS, FreeBSD, Linux, or WSL\n- Git\n- GnuPG (not required in a-Shell)\n  - `export GPG_TTY=$(tty)`\n  - importing my secret key with `gpg --import`\n\n### Files\n\n- `.config/git/config`\n- `.config/git/ignore`\n- `.config/git.ashell/config` (For a-Shell)\n- `.config/git.ashell/ignore` (For a-Shell)\n\n## Textastic\n\n### Prerequisites\n\n- iPadOS\n- Textastic\n\n### Files\n\n- `#Textastic/*`\n\n## a-Shell\n\n### Prerequisites\n\n- iPadOS (a-Shell)\n\n### Files\n\n- `.profile.ashell`\n  - Rename it to `.profile`\n- `.toolbarDefinition`\n\n## Ghostty\n\n### Prerequisites\n\n- macOS or Linux\n\n### Files\n\n- `.config/ghostty/config`\n\n## Oh My Posh\n\n### Prerequisites\n\n- macOS, FreeBSD, or Linux\n- [Oh My Posh](https://ohmyposh.dev)\n\n### Files\n\n- `.config/omp/*`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkebo%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkebo%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkebo%2Fdotfiles/lists"}