Skip to content

Instantly share code, notes, and snippets.

View imcodingideas's full-sized avatar
🎯
I may be slow to respond.

Joseph Chambers imcodingideas

🎯
I may be slow to respond.
View GitHub Profile
export ZSH="/Users/jchambers/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(git docker zsh-autosuggestions zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
# User configuration
<style type="text/css">
.video-wrapper {
display: none;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-device-width:1024px) {
.video-wrapper {
display: block!important;
}
.video-fallback {