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:
- Host: GitHub
- URL: https://github.com/with-heart/home
- Owner: with-heart
- Created: 2019-02-25T15:44:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T14:33:28.000Z (over 2 years ago)
- Last Synced: 2025-04-12T01:55:47.785Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 146 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.