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

https://github.com/with-heart/home

:house: dotfiles management on steroids :house:
https://github.com/with-heart/home

Last synced: about 2 months ago
JSON representation

:house: dotfiles management on steroids :house:

Awesome Lists containing this project

README

        

# Home

This project is designed to be grafted onto my home directory.
I keep the non-standard configs that I prefer to have on a system.

## Installation

To graft a git tree onto an existing directory:

```bash
cd ~/
git init
git remote add origin https://github.com/with-heart/home
git fetch origin
git checkout -b sh --depth 1 --track origin/master -f
```

Which will overwrite any files that exist in this repo and keep any files that do not exist.
Don't worry about cleaning up the `.git/` directory, the gitignore should be zealous enough to keep you from adding without explicitly calling them out.

## Recovery

If you're recovering from a reformat or using a fresh laptop, follow the installation instructions above and then run `./bootstrap.sh`. This will install and configure the laptop as expected.