Skip to content

Latest commit

Β 

History

History
19 lines (15 loc) Β· 1.41 KB

File metadata and controls

19 lines (15 loc) Β· 1.41 KB

I use the following programming frameworks, tools etc to make my workings faster and more efficient. With time we lose our muscle memory if we leave something for a while, this is repo right here is there to fix that.

Status: 🚧 Incomplete β€” Documenting as I refine my setup.

  1. TMUX. (window management replaced with ghostty's built in one and NVIM, this is only used for persistence)
  2. Ghostty terminal with custom shader to make it look like CRT (a gimmick)
  3. NVIM and ZED (fairly stable) for GUI IDE.
  4. Zsh + Oh-My-Zsh + powerlevel10k + Alacritty (now Ghostty)
  5. OMZ plugins for terminal =(git autojump web-search zsh-syntax-highlighting zsh-autosuggestions, z(jump))
  6. Manual trigger 'bindkeys' and custom scripts in ZSH env i.e (Control + Space = Find in Files, Option + Space = Find in Folders) with ripgrep for instant!!! system-wide search.
  7. Venv + Conda (package management) + UV (most preferred now) + cargo in Rust.
  8. Running scripts with persistence with Caffeine, amphatemine, tmux.
  9. Python time optimisation, profiling with line_profiler.
  10. Espanso for complex OS wide quick textreplacement (enhances llm prompting speed)
  11. Yazi, file manager and explorer.
  12. Opencode + Hermes + locally run LLM (currently Qwen3.5 27B and A3-35B for context longer than 100k , locally compiled llama.cpp) for truly decentralised use of AI, big big big fan of anything open-sourced.

πŸ”’ My dotfiles are private.