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

https://github.com/xwmx/dotfile-research

A collection of items and submodules related to dotfiles.
https://github.com/xwmx/dotfile-research

dotfiles shell

Last synced: 5 months ago
JSON representation

A collection of items and submodules related to dotfiles.

Awesome Lists containing this project

README

          

_ _ __ _ _
__| | ___ | |_ / _(_) | ___
/ _` |/ _ \| __| |_| | |/ _ \
| (_| | (_) | |_| _| | | __/_
_ __ \__,_|\___/_\__|_|_|_|_|\___| |__
| '__/ _ \/ __|/ _ \/ _` | '__/ __| '_ \
| | | __/\__ \ __/ (_| | | | (__| | | |
|_| \___||___/\___|\__,_|_| \___|_| |_|

# dotfile research

A collection of items and submodules related to dotfiles.

## Setup

Note that this is a pretty big repository, currently at 665M once the
submodules are loaded.

After cloning, run the following to load the submodules:

git submodule init && git submodule update --init --recursive

See also:

- [bindle](https://github.com/alphabetum/bindle) - A configuration management tool
for your personal unix-like computer.
- [dotfiles](https://github.com/alphabetum/dotfiles) - An OS X environment with
configuration scripts.

References:
- [Rob Pike - A lesson in shortcuts. How an unrelated code shortcut resulted in
dotfiles](https://plus.google.com/+RobPikeTheHuman/posts/R58WgWwN9jp)