Skip to content

A set of utilities and configurations that make my life easier

License

Notifications You must be signed in to change notification settings

ai-mindset/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config

A set of utilities and configurations that make my life easier

ocr.sh1

Small shell script that extracts text from images using "llama 3.2". Requires ollama and llama3.2-vision

stt.sh1

Transcribe video or audio. Requires whisper-standalone-win

tts.sh

Convert text to speech using voice models. Requires Piper TTS and optionally ffmpeg for MP3 conversion.

todo.sh

Create a simple to-do list. .zshrc already contains a simple function (thanks to Chris Albon) that does a simpler form of what todo.sh can do. It's always a good idea to keep a work log.

cmdollama.sh

Generate Unix commands using ollama with granite3.1-dense:8b. Inspired by llmpeg

.tmux.conf

tmux colour configuration for showing colour palettes accurately when using Neovim in a tmux session. You can safe it under $HOME

.zshrc

Zsh configuration. Requires Oh My Zsh and (optionally) Glow. It contains configurations for the asdf version manager, Julia, the uv package and project manager, Clojure and Go. It should be saved under $HOME

kitty.conf

kitty terminal. Requires Fira Code. It can be saved under $HOME/.config/kitty/ or $HOME

Modelfile

ollama model file for creating a coder model based on quantised "Qwen 2.5 coder" qwen2.5-coder:14b-instruct-q4_K_M


Footnotes

  1. Note that small shell scripts could be converted to shell functions that can live under .zshrc 2

About

A set of utilities and configurations that make my life easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages