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
<html><head> | |
<meta name="twitter:card" content="910250412816588800:partner_video"> | |
<meta name="twitter:api:api:endpoint" content="1"> | |
<meta name="twitter:text:description" content="TSM Gale Adelade throw from spawn - Clipped by iamjoetaylor"> | |
<meta name="twitter:image:player_image:src" content="https://clips-media-assets.twitch.tv/25925200400-offset-28490-social-preview.jpg"> | |
<meta name="twitter:text:title" content="TSM Gale Adelade throw from spawn"> | |
<meta name="twitter:site" content="@twitch"> | |
<meta name="twitter:text:player_width" content="960"> | |
<meta name="twitter:text:player_height" content="540"> |
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
help() { | |
cat 1>&2 <<-USAGE | |
usage: $exe [options] [BRANCH] | |
USAGE GOES HERE | |
-h --help Show this message | |
-v --verbose Show URL before opening | |
-b --background Open page in the background | |
USAGE | |
} |
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
Bundle 'bling/vim-airline' | |
Bundle 'vitalk/vim-simple-todo' | |
Bundle 'godlygeek/tabular' | |
Bundle 'plasticboy/vim-markdown' | |
Bundle 'majutsushi/tagbar' | |
Bundle 'lukaszkorecki/CoffeeTags' | |
Bundle 'marijnh/tern_for_vim' |