Skip to content

Instantly share code, notes, and snippets.

View yereby's full-sized avatar

Jérémy Giuseppi yereby

View GitHub Profile
### Keybase proof
I hereby claim:
* I am yereby on github.
* I am yereby (https://keybase.io/yereby) on keybase.
* I have a public key whose fingerprint is F744 9517 4B11 AC34 C1F3 8291 6798 D9BA 0056 D2BB
To claim this, I am signing this object:
@yereby
yereby / .gitignore_global
Last active June 14, 2016 18:08
My global gitignore file
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Temporary files #
@yereby
yereby / .vimrc
Last active November 2, 2016 13:42
" Use Vim settings, rather then Vi settings. This setting must be as early as
" possible, as it has side effects.
set nocompatible
filetype off
" #######
" Plugins
" #######
" set the runtime path to include Vundle and initialize
@yereby
yereby / .bash_aliases
Last active May 25, 2016 20:27
Bash config files
alias ll='ls -alFG'
alias la='ls -AG'
alias l='ls -CFG'
alias correcthorse="cd ~/Documents/devs/correcthorse && ./correcthorse fr && cd -"
alias devs="cd ~/Documents/Devs"
alias macvim='open -a "MacVim"'
alias npmls="npm ls --depth=0"
@yereby
yereby / .gitconfig
Last active June 14, 2016 18:12
Git config file
[user]
email = [email protected]
name = "Your name"
[alias]
b = branch -v
bd = branch -d
bD = branch -D
br = branch
ci = commit
cim = commit -m