Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 716 Bytes

File metadata and controls

53 lines (39 loc) · 716 Bytes

dotfiles

Symlinked config files managed with GNU Stow.

Requirements:

  • git
  • stow

Setup

git clone https://github.com/kayibea/dotfiles.git
cd dotfiles

Install

All at once

Use the bundled script to stow everything:

./stows

Cherry pick

stow bash
stow sxhkd
stow tmux
stow alacritty
# … etc

Uninstall

stow -D <package>
# OR
./stows --remove

Layout

Each folder maps into your home or XDG paths, e.g.:

alacritty/       → ~/.config/alacritty
bash/            → ~/ (shell env configs)
dunst/           → ~/.config/dunst
ssh/             → ~/.ssh
…                → …