General dotfile repo
  • Shell 54.7%
  • CSS 22.1%
  • TypeScript 21.2%
  • Lua 2%
Find a file
2026-07-24 17:38:59 +02:00
atuin/.config/atuin Initial commit — personal dotfiles 2026-07-18 14:13:47 +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
ghostty/.config/ghostty feat: add ghostty, like it actually when debloated. 2026-07-22 21:40:20 +02:00
git/.config/git Initial commit — personal dotfiles 2026-07-18 14:13:47 +02:00
htop/.config/htop Initial commit — personal dotfiles 2026-07-18 14:13:47 +02:00
pi/.pi/agent/extensions Initial commit — personal dotfiles 2026-07-18 14:13:47 +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 feat: setup yazi with plugins and setting ( nnn ) 2026-07-24 17:38:59 +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.