Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 266 Bytes

dotfiles

Link

Install GNU Stow, e.g. sudo pacman -Sy stow.

git clone [email protected]:joschka/dotfiles.git ~/dotfiles && cd $_ && stow $(ls -I *.md)

Unlink

cd ~/dotfiles && stow -D $(ls -I *.md)