Skip to content

rkiyanchuk/dotfiles

Repository files navigation

Dotfiles

Personal configuration files managed with GNU Stow and automated with Just.

Packages

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)

Setup

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
just

Arch Linux

sudo pacman -S just git
git clone https://github.com/rkiyanchuk/dotfiles
cd dotfiles
just

Ubuntu / Debian

sudo apt install just git
git clone https://github.com/rkiyanchuk/dotfiles
cd dotfiles
just

Additional Setup

Install custom Iosevka font: rkiyanchuk/font-iosevka-custom.

Set hostname on macOS:

just set-hostname <name>

About

Personal configuration files

Topics

Resources

License

Stars

Watchers

Forks

Contributors