General dotfile repo
- Shell 54.7%
- CSS 22.1%
- TypeScript 21.2%
- Lua 2%
| atuin/.config/atuin | ||
| bin/.local/bin | ||
| btop/.config/btop | ||
| fastfetch/.config/fastfetch | ||
| ghostty/.config/ghostty | ||
| git/.config/git | ||
| htop/.config/htop | ||
| pi/.pi/agent/extensions | ||
| starship/.config | ||
| tmux/.config/tmux | ||
| user-dirs/.config | ||
| vesktop/.config/vesktop/settings | ||
| yazi/.config/yazi | ||
| zen/.config/zen/main/chrome | ||
| zsh/.config/zsh | ||
| DOTFILES_CONVENTION.md | ||
| LICENSE | ||
| README.md | ||
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
License
GNU General Public License v3.0 — see LICENSE.