The .-files
  • Shell 80.7%
  • Perl 9.8%
  • Python 3.8%
  • CSS 3.5%
  • Ruby 1.7%
  • Other 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-24 21:19:17 +03:00
bash rename 2026-02-07 23:46:42 +02:00
fish/conf.d Remove hexai-tmux-edit references 2026-07-02 09:40:56 +03:00
ghostty rename 2026-02-07 23:46:42 +02:00
gitsyncer feat(gitsyncer): enable sync_codeberg and add 49 repos to sync list 2026-07-24 21:19:17 +03:00
helix helix: add harper-ls grammar checker alongside vale-ls 2026-05-20 22:01:10 +03:00
hexai hexai: switch ollama models (minimax-m2.1, qwen3-coder:480b) 2026-07-18 22:15:15 +03:00
lazygit add git difftool keybindings and external diff command 2026-03-29 08:11:33 +03:00
notes skills: split oversized SKILL.md files into references/ (f3s pattern) 2026-06-19 22:00:31 +03:00
opencode update model/provider config: add Hyperstack VM2, update model names for clarity 2026-03-20 12:19:00 +02:00
pipewire rename 2026-02-07 23:46:42 +02:00
plans skills: rename pkgrepo -> f3s-pkgrepo and rocky-vm-setup -> f3s-rocky-vm-setup 2026-07-18 22:08:10 +03:00
prompts update prompts 2026-07-22 10:29:06 +03:00
scripts add sideload script 2026-07-20 20:57:35 +03:00
ssh jo 2026-04-21 22:31:13 +03:00
sway/config.d rename 2026-02-07 23:46:42 +02:00
systemd-user Add home-backup script with daily systemd timer 2026-06-28 09:02:22 +03:00
tmux tmux: add Prefix+X to kill current session and attach to next 2026-07-18 20:38:51 +03:00
waybar rename 2026-02-07 23:46:42 +02:00
zsh rename 2026-02-07 23:46:42 +02:00
.gitignore add gitignore 2026-02-08 18:15:25 +02:00
README.md Manage OpenCode config via Rex 2026-03-15 22:46:07 +02:00
Rexfile Add home-backup script with daily systemd timer 2026-06-28 09:02:22 +03:00
signature rename 2026-02-07 23:46:42 +02:00
vale.ini rename 2026-02-07 23:46:42 +02:00

dotfiles

These are all my dotfiles. I can install them locally on my laptop and/or workstation as well as remotely on any server.

For local installation, also have a read through https://blog.ferki.it/2023/08/11/local-management-with-rex/

AI prompts

Prompts are managed from ~/Notes/Prompts and linked by home_prompts into each tool config directory.

  • Commands source of truth: ~/Notes/Prompts/commands
  • Skills source of truth: ~/Notes/Prompts/skills
  • Codex CLI slash command path: ~/.codex/prompts
  • Shared agent prompt paths: ~/.agents/{commands,skills}
  • Codex CLI runtime config: ~/.codex/config.toml
  • OpenCode runtime config: ~/.config/opencode/opencode.json via rex home, using OLLAMA_HOST from fish/conf.d/ai.fish when available