Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 340 Bytes

ambientsound's dotfiles

Collection of various configuration files.

A note on subtrees

This repo incorporates code from various other repositories. These are maintained using Git subtrees.

Adding remote repositories

git remote add foo https://github.com/foo/foo
git subtree add --squash --prefix=path/to/foo foo master