Skip to content

Symlinked config files managed with GNU Stow.

License

Notifications You must be signed in to change notification settings

kayibea/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/            → ~/ (bash/x11 configs)
dunst/           → ~/.config/dunst
ssh/             → ~/.ssh
…                → …

About

Symlinked config files managed with GNU Stow.

Topics

Resources

License

Stars

Watchers

Forks