Skip to content

Instantly share code, notes, and snippets.

View g4brielvs's full-sized avatar

Gabriel Stefanini Vicente g4brielvs

View GitHub Profile
@g4brielvs
g4brielvs / .gitconfig
Created April 1, 2016 04:32
A configuration for Git
[alias]
co = checkout
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
[color]
diff = auto
status = auto
branch = auto
ui = true
@g4brielvs
g4brielvs / .zshrc
Last active April 20, 2016 04:27
A configuration for Zsh shell
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Gabriel Vicente <gabrielusvicente@gmail.com>
#
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh