https://github.com/kimtore/dotfiles
ambientsound's dotfiles
https://github.com/kimtore/dotfiles
Last synced: about 1 month ago
JSON representation
ambientsound's dotfiles
- Host: GitHub
- URL: https://github.com/kimtore/dotfiles
- Owner: kimtore
- Created: 2018-04-11T15:39:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T18:28:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T07:09:57.731Z (3 months ago)
- Language: Shell
- Size: 2.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```