No description
  • TypeScript 39.6%
  • Lua 25.9%
  • Shell 22.5%
  • JavaScript 10.6%
  • Vim Script 1.4%
Find a file
2026-07-09 09:39:33 -05:00
.pi fix: Update with new model names 2026-07-09 09:39:33 -05:00
agents Get real into subagent-driven workflows again 2026-06-12 16:25:28 -05:00
certs Add bambuddy cert 2026-06-15 16:04:21 -05:00
claude fix: Latest memory, mise settings, more 2026-07-08 22:55:55 -05:00
cmux Add README.md files for each module 2026-06-05 10:08:13 -05:00
gem Add README.md files for each module 2026-06-05 10:08:13 -05:00
ghostty Add README.md files for each module 2026-06-05 10:08:13 -05:00
git Add mise and .mise files to global ignore 2026-06-05 10:08:38 -05:00
gnupg ignore gnupg/gpg-agent.conf and cmux bak files; remove tracked files 2026-06-03 10:53:56 -05:00
k9s Add README.md files for each module 2026-06-05 10:08:13 -05:00
lazygit Add README.md files for each module 2026-06-05 10:08:13 -05:00
mise Update model settings, memories 2026-07-01 22:36:40 -05:00
neovide Add README.md files for each module 2026-06-05 10:08:13 -05:00
nvim Switch from llmx.kree.gr to llmx.kreeger.app 2026-06-19 11:01:39 -05:00
opencode fix: Update with new model names 2026-07-09 09:39:33 -05:00
pi fix: Update with new model names 2026-07-09 09:39:33 -05:00
skills Add latest changes for pi, opencode, claude 2026-06-17 10:33:33 -05:00
ssh Add README.md files for each module 2026-06-05 10:08:13 -05:00
starship Add README.md files for each module 2026-06-05 10:08:13 -05:00
step Add README.md files for each module 2026-06-05 10:08:13 -05:00
tmux Add README.md files for each module 2026-06-05 10:08:13 -05:00
zed fix: Update with new model names 2026-07-09 09:39:33 -05:00
zsh Add bambuddy cert 2026-06-15 16:04:21 -05:00
.gitignore Fix gitignore rules to also exclude varying gpg-agent.conf file 2026-06-18 09:51:54 -05:00
.gitmodules Move everything under this repo instead of having separate ones 2025-06-19 13:57:22 -05:00
AGENTS.md Add some changes from my Linux box 2026-06-03 04:23:36 +00:00
finicky.js Add symlinked claude skills; finicky.js file 2026-05-27 16:59:52 -05:00
LICENSE Initial commit 2023-04-15 19:04:48 -05:00
mackup.cfg Clean things up a bit 2025-06-03 09:23:48 -05:00
README.md Update README 2025-06-19 14:10:08 -05:00
setup.sh Add OpenCode settings 2026-06-15 14:38:28 -05:00

kreeger's dotfiles

My dotfiles. Also works with the following repos:

To use, clone this repo (and its submodules!) to $XDG_CONFIG_HOME/dotfiles (on my macOS machine, I have this set to ~/.config instead of ~/Library/Application Support).

$ git clone --recurse-submodules \
    https://git.kree.gr/kreeger/dotfiles \
    $XDG_CONFIG_HOME/dotfiles
$ $XDG_CONFIG_HOME/dotfiles/setup.sh

This will make sure my zsh config is symlinked to the right place, and then everything else will be symlinked to $XDG_CONFIG_HOME to conform to the XDG base directory specification.

My zshrc files also include a function (update_dotfiles) to do a git pull on this repo to keep things up-to-date.