talebbits / dotfiles

files that start with dots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

git clone git@github.com:lettertwo/dotfiles.git
cd dotfiles
make install

Updating

git pull
make install

Git config

The .gitconfig will try to include a .gituser config file. I do it this way to avoid having to modify the .gitconfig file with any settings that aren't shareable.

You can add your own user and other settings to .gituser like this:

touch ~/.gituser
git config --file ~/.gituser user.name "Your Name Here"
git config --file ~/.gituser user.email "your@email.here"
git config --file ~/.gituser credential.helper osxkeychain

About

files that start with dots


Languages

Language:Shell 98.2%Language:Makefile 1.8%