Skip to content

Instantly share code, notes, and snippets.

View Jayprecode's full-sized avatar
:atom:
Cooking

Ιερεμίας Jayprecode

:atom:
Cooking
View GitHub Profile

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@Jayprecode
Jayprecode / GitCommitEmoji.md
Created January 10, 2024 10:02 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@Jayprecode
Jayprecode / 55-bytes-of-css.md
Created September 30, 2022 02:59 — forked from JoeyBurzynski/55-bytes-of-css.md
58 bytes of css to look great nearly everywhere

58 bytes of CSS to look great nearly everywhere

When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}