Skip to content

Instantly share code, notes, and snippets.

[alias]
c = commit -m
st = status --short --branch
ci = commit --verbose
ca = commit --amend --reuse-message=HEAD
co = checkout
br = branch
df = diff HEAD
ll = log --pretty=format:\"%Cred%h %>(11,trunc)%Cgreen%cr %<(10,trunc)%Cblue%cn%C(yellow)%d %Creset%s\"
la = log --patch --stat --pretty=format:\"%C(bold red)%h %Cgreen%cr %Cblue%cn%C(yellow)%d %Creset%s\"
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@xflahertyx
xflahertyx / Setup
Last active September 4, 2019 16:49
#Homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/install/master/install)"
brew cask install google-chrome slack vlc spotify iterm2 docker visual-studio-code rowanj-gitx brave spectacle intellij-idea-ce private-internet-access
brew install ag awscli git gradle kubernetes-cli openssl terraform tfswitch thefuck watch wget yarn
#zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew install zsh-completions
@xflahertyx
xflahertyx / divpush.css
Last active August 29, 2015 14:16
Test run for algorithm sort
button {
display: inline-block;
}
div {
border: 2px solid black;
margin: 2px;
display: inline-block;
font-size: 1px;
}