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.
- Host: GitHub
- URL: https://github.com/xwmx/dotfile-research
- Owner: xwmx
- Created: 2015-01-05T21:19:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T17:34:10.000Z (over 9 years ago)
- Last Synced: 2024-10-05T07:41:02.024Z (about 1 year ago)
- Topics: dotfiles, shell
- Language: Shell
- Size: 56.6 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)