{"id":23878554,"url":"https://github.com/ai-mindset/config","last_synced_at":"2026-06-18T22:32:10.827Z","repository":{"id":354217079,"uuid":"1198252465","full_name":"ai-mindset/config","owner":"ai-mindset","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-18T08:54:37.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T10:26:24.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/ai-mindset.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-01T08:51:27.000Z","updated_at":"2026-06-18T08:54:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ai-mindset/config","commit_stats":null,"previous_names":["ai-mindset/config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ai-mindset/config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-mindset%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-mindset%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-mindset%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-mindset%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai-mindset","download_url":"https://codeload.github.com/ai-mindset/config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-mindset%2Fconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34510283,"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-06-18T02:00:06.871Z","response_time":128,"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":[],"created_at":"2025-01-03T21:39:26.964Z","updated_at":"2026-06-18T22:32:10.822Z","avatar_url":"https://github.com/ai-mindset.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# config\n\nA set of utilities and configurations that make my life easier\n\n## `ocr.sh`[^1]\n\nSmall shell script that extracts text from images using \"llama 3.2\". Requires [ollama](https://ollama.com/) and [llama3.2-vision](https://ollama.com/library/llama3.2-vision)\n\n## `stt.sh`[^1]\n\nTranscribe video or audio. Requires [whisper-standalone-win](https://github.com/Purfview/whisper-standalone-win)\n\n## `tts.sh`\n\nConvert text to speech using voice models. Requires [Piper TTS](https://github.com/rhasspy/piper) and optionally [ffmpeg](https://ffmpeg.org/) for MP3 conversion.\n\n## `todo.sh`\n\nCreate a simple to-do list. `.zshrc` already contains a simple function ([thanks to Chris Albon](https://bsky.app/profile/chrisalbon.com/post/3ld24aoq4ik2p)) that does a simpler form of what `todo.sh` can do. It's always a good idea to [keep a work log](https://www.youtube.com/watch?v=HiF83i1OLOM).\n\n## `cmdollama.sh`\n\nGenerate Unix commands using [ollama](https://ollama.com/) with [granite3.1-dense:8b](https://www.ollama.com/library/granite3.1-dense). Inspired by [llmpeg](https://github.com/jjcm/llmpeg)\n\n## `.tmux.conf`\n\n[tmux](https://github.com/tmux/tmux/wiki) colour configuration for showing colour palettes accurately when using Neovim in a tmux session. You can safe it under `$HOME`\n\n## `.zshrc`\n\n[Zsh](https://www.zsh.org/) configuration. Requires [Oh My Zsh](https://ohmyz.sh/) and (optionally) [Glow](https://github.com/charmbracelet/glow). It contains configurations for the [asdf](https://github.com/asdf-vm/asdf) version manager, [nvm](https://github.com/nvm-sh/nvm) (superfluous, can be replaced by asdf), [uv](https://docs.astral.sh/uv/) package and project manager.org/).dev/). It should be saved under `$HOME`\n\n## `kitty.conf`\n\n[kitty](https://sw.kovidgoyal.net/kitty/) terminal. Requires [Fira Code](https://github.com/tonsky/FiraCode). It can be saved under `$HOME/.config/kitty/` or `$HOME`\n\n## Modelfile\n\nExample of an [ollama](https://ollama.com/) model file for creating a coder model based on quantised \"Qwen 2.5 coder\" [qwen2.5-coder:14b-instruct-q4_K_M](https://ollama.com/library/qwen2.5-coder:14b-instruct-q4_K_M)\n\n## `settings.json`\n\nMy settings for [Zed](https://zed.dev/) editor\n\n## `.gitconfig`\n\nConvenient configuration for git\n\n---\n\n[^1]: Note that small shell scripts could be converted to shell functions that can live under `.zshrc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-mindset%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai-mindset%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-mindset%2Fconfig/lists"}