General dotfile repo
  • Shell 52.7%
  • TypeScript 31.3%
  • CSS 14.7%
  • Lua 1.3%
Find a file
2026-08-25 20:07:22 +02:00
atuin/.config/atuin Initial commit — personal dotfiles 2026-07-18 14:13:47 +02:00
bat/.config/bat update: config (+7 lines) 2026-08-25 20:05:25 +02:00
bin/.local/bin update pi-agent: fix agents dir detection, add per-agent MODEL/PROVIDER/THINKING/TOOLS support, dry-run mode, zsh completions 2026-07-18 17:57:12 +02:00
btop/.config/btop feat: add catppuccin mocha btop theme. 2026-07-22 16:58:54 +02:00
fastfetch/.config/fastfetch feat: minimal fastfetch config using catppuccin colors 2026-07-22 16:59:07 +02:00
fd/.config/fd add: fd global ignore file (~/.config/fd/ignore) 2026-08-25 19:58:50 +02:00
ghostty/.config/ghostty feat: add ghostty, like it actually when debloated. 2026-07-22 21:40:20 +02:00
git/.config/git update: config (+1, -1 lines) 2026-08-25 20:05:04 +02:00
htop/.config/htop feat: add additonal settings for some programs. 2026-08-25 19:45:26 +02:00
lazygit/.config/lazygit feat: add additonal settings for some programs. 2026-08-25 19:45:26 +02:00
pi/.pi/agent/extensions feat: update the safe-edit-backup extension 2026-08-25 19:45:57 +02:00
procs/.config/procs add: procs config (columns, hide kthreads) 2026-08-25 20:06:27 +02:00
ripgrep/.config/ripgrep update: rg.conf 2026-08-25 20:05:25 +02:00
starship/.config feat: minimal startship config wiht catppuccin colors. 2026-07-22 16:59:57 +02:00
tmux/.config/tmux feat: add some more tmux settigs and plugins. 2026-07-24 17:38:33 +02:00
user-dirs/.config Initial commit — personal dotfiles 2026-07-18 14:13:47 +02:00
vesktop/.config/vesktop/settings feat: add vesktop 2026-07-22 17:00:28 +02:00
yazi/.config/yazi feat: setup yazi with plugins and setting ( nnn ) 2026-07-24 17:38:59 +02:00
zen/.config/zen/main/chrome feat: catppuccin colors for zen. 2026-07-22 17:00:53 +02:00
zsh/.config/zsh update: 55-fzf-theme.zsh (+1, -1 lines) 2026-08-25 20:07:22 +02:00
.gitignore update: .gitignore (+5 lines) 2026-08-25 20:00:49 +02:00
DOTFILES_CONVENTION.md update pi-agent: fix agents dir detection, add per-agent MODEL/PROVIDER/THINKING/TOOLS support, dry-run mode, zsh completions 2026-07-18 17:57:12 +02:00
LICENSE Initial commit — personal dotfiles 2026-07-18 14:13:47 +02:00
README.md Initial commit — personal dotfiles 2026-07-18 14:13:47 +02:00

dotfiles

Personal configuration files managed with GNU Stow.

Packages

Package Description Target
alacritty Alacritty terminal emulator ~/.config/alacritty/alacritty.toml
atuin Shell history search ~/.config/atuin/config.toml
bin CLI scripts ~/.local/bin/safe-edit
git Git configuration ~/.config/git/config
htop Htop configuration ~/.config/htop/htoprc
pi Pi agent extensions ~/.pi/agent/extensions/
starship Starship prompt ~/.config/starship.toml
tmux Tmux configuration ~/.config/tmux/tmux.conf
user-dirs XDG user directories ~/.config/user-dirs.dirs
zsh Zsh shell configuration ~/.config/zsh/.zshrc + completions

Usage

# Clone and install all packages
git clone https://git.cronyakatsuki.xyz/crony/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow */

# Or install individual packages
stow tmux          # only tmux config
stow starship git  # specific combination

# Remove symlinks
stow -D tmux

Requirements

  • GNU Stow — for symlink management
  • Pi — AI coding assistant (optional, for pi extensions)

License

GNU General Public License v3.0 — see LICENSE.