Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 312 Bytes

My dotfiles, managed by stow

New installation installing all configs:

git submodule update --init
stow -v -R $(ls | grep -v README.md)

To install specific config "packages":

stow -v vim git [...]

We have some git submodules in here, to keep them up to date:

git submodule update --remote