This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Temporary files # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
name = "Your name" | |
[alias] | |
b = branch -v | |
bd = branch -d | |
bD = branch -D | |
br = branch | |
ci = commit | |
cim = commit -m |