This file contains hidden or 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] | |
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\" |
This file contains hidden or 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 | |
# Packages # |
This file contains hidden or 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
#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 |
This file contains hidden or 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
button { | |
display: inline-block; | |
} | |
div { | |
border: 2px solid black; | |
margin: 2px; | |
display: inline-block; | |
font-size: 1px; | |
} |