AmagiDDmxh / home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

About


Languages

Language:Shell 50.3%Language:Vim Script 48.5%Language:Ruby 1.2%