Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 420 Bytes

File metadata and controls

25 lines (19 loc) · 420 Bytes

LFX dotfiles

These are the dotfiles I am actively using. Any dofiles I am not using get purged from the repo and are relegated to (git) history.

Usage

Gnu Stow is used to manage the files.

Stow dotfiles

cd .dot/
stow --stow --dotfiles <name>

Un-stow dotfiles

cd .dot/
stow --delete --dotfiles <name>

Fix broken links

cd .dot/
stow --restow --dotfiles <name>