Skip to content

Instantly share code, notes, and snippets.

View nerlihmax's full-sized avatar
💭
Меня трудно найти, легко потерять и невозможно забыть

Nerlih Max nerlihmax

💭
Меня трудно найти, легко потерять и невозможно забыть
View GitHub Profile
export const decode = (encoded) => {
const _0 = '\u200c';
const _1 = '\u200d';
const chLen = 25;
const emLen = 25;
let channelName = '';
let emoteName = '';
@namespace html url("http://www.w3.org/1999/xhtml");
:root {
--surface-800: #e4e4e7;
--input-600: #f4f4f5;
--tabsurface-500: #f4f4f5;
--lwt-selected-tab-background-color: var(--tabsurface-500) !important;
--uc-tabs-width: 40vw;
--uc-toolbar-height: 34px;
--uc-font-family: "JetBrains Mono", monospace;
--uc-bg-color: var(--surface-800);
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH