Personal configuration files managed with GNU Stow and automated with Just.
| Package | Description |
|---|---|
bat |
Syntax-highlighted cat |
claude |
Claude Code settings and hooks |
fish |
Shell configuration |
gh |
GitHub CLI |
ghostty |
Terminal emulator (macOS) |
git |
Git config and utilities |
glances |
System monitor |
grc |
CLI output colorizer |
nvim |
Neovim editor |
ssh |
SSH config (macOS) |
starship |
Shell prompt |
tmux |
Terminal multiplexer |
yazi |
File manager |
zed |
Editor (macOS) |
Clone into $HOME and run just.
macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install just git
git clone https://github.com/rkiyanchuk/dotfiles
cd dotfiles
justArch Linux
sudo pacman -S just git
git clone https://github.com/rkiyanchuk/dotfiles
cd dotfiles
justUbuntu / Debian
sudo apt install just git
git clone https://github.com/rkiyanchuk/dotfiles
cd dotfiles
justInstall custom Iosevka font: rkiyanchuk/font-iosevka-custom.
Set hostname on macOS:
just set-hostname <name>