Skip to content

Instantly share code, notes, and snippets.

View jasonleewilson's full-sized avatar
🎯
Focusing

Jason Lee Wilson jasonleewilson

🎯
Focusing
View GitHub Profile
@jasonleewilson
jasonleewilson / .zshrc
Created October 20, 2022 22:08
My .zshrc file with some shortcut alias to increase productivity
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/creative_1/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
position: absolute;
top: 50%;
transform: translateY(-50%);
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
/*
####################################################
M E D I A Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 5 breakpoints
*/
/*
####################################################
M E D I A Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
*, *::before, *::after {
box-sizing: inherit;
padding: 0;
margin: 0;
}
html {
box-sizing: border-box;
}
Brew Help:
Display the version of Homebrew.
$ brew --version
Print Help Information
$ brew help
Print Help Info for a brew command
$ brew help <command>
@jasonleewilson
jasonleewilson / reset-2022.css
Last active November 20, 2021 08:01
CSS - Reset 2021
html {
box-sizing: border-box;
font-size: 16px;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
@jasonleewilson
jasonleewilson / youtube-iframe-crossbrowser.html
Last active November 20, 2021 08:39
HTML - YouTube-iFrame-Crossbrowser
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZfmklyN_mlw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen="allowfullscreen"
mozallowfullscreen="mozallowfullscreen"
msallowfullscreen="msallowfullscreen"
oallowfullscreen="oallowfullscreen"
webkitallowfullscreen="webkitallowfullscreen">
</iframe>
@jasonleewilson
jasonleewilson / README.md
Last active November 20, 2021 08:38 — forked from hofmannsven/README.md
Cheatsheet - Git