Skip to content

Instantly share code, notes, and snippets.

View Bazsmagister's full-sized avatar
๐ŸŽฏ
Focusing

Bazsmagister

๐ŸŽฏ
Focusing
View GitHub Profile

Install Zsh and Oh-my-zsh on CentOS 7

Based on this article

ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does

yum install zsh -y
chsh -s /bin/zsh root
@Bazsmagister
Bazsmagister / gist:a668e1aa4203cbe42196ee2f3c2320d7
Created December 26, 2020 19:07 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@Bazsmagister
Bazsmagister / fetch-api-examples.md
Created May 20, 2020 08:21 — forked from justsml/fetch-api-examples.md
JavaScript Fetch API Examples