Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 550 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 550 Bytes

my home

There is no place like 127.0.0.1

this repo contains my default configs i use on every machine

Installation

clone myhome into ~/myhome

Injecting git

put the following line in your .gitconfig

[core]
    excludesfile = ~/myhome/gitignore
[include]
   path = myhome/gitconfig

Source bashrc

put the following line in your .bashrc or maybe in .bash_profile if your using mac os

source ~/myhome/bashrc

Source vimrc

put the following line in your ~/.vimrc

source ~/myhome/vimrc