An open API service indexing awesome lists of open source software.

https://github.com/kimtore/dotfiles

ambientsound's dotfiles
https://github.com/kimtore/dotfiles

Last synced: about 1 month ago
JSON representation

ambientsound's dotfiles

Awesome Lists containing this project

README

        

# 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
```