Skip to content

Instantly share code, notes, and snippets.

View zrtsky's full-sized avatar
🥑

Zaritsky Pavel zrtsky

🥑
View GitHub Profile
# Amazon Q pre block. Keep at the top of this file.
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
# 🤖 Amazon Q Integration - Required at top
# ⚡ Critical fast-loading configurations first
# Basic environment variables setup
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# 📚 Lazy-load NVM for faster startup
tap "buo/cask-upgrade"
tap "dotenvx/brew"
tap "libsql/sqld"
tap "modularml/packages"
tap "mongodb/brew"
tap "oven-sh/bun"
tap "romkatv/powerlevel10k"
tap "sst/tap"
tap "supabase/tap"
tap "tursodatabase/tap"
@zrtsky
zrtsky / starter-config-nextjs.md
Last active April 3, 2024 15:28
config-eslint-next

My Next.js Starter Config

Need to create .eslintrc.cjs with this content:

// eslint-disable-next-line @typescript-eslint/no-var-requires
const path = require('path')

/** @type {import("eslint").Linter.Config} */
const config = {
  overrides: [
@zrtsky
zrtsky / mux-settings.json
Last active October 29, 2023 11:26
Mux config
{
"referrer": {
"allowed_domains": [
"localhost:3333",
"*.specialscomedy.com",
"specialscomedy.com"
],
"allow_no_referrer": false
},
"new_asset_settings": {
# 📁 Destination folder 👇
# ~/.config/starship.toml
command_timeout = 4000
[battery]
full_symbol = "🔋"
charging_symbol = "🔌"
discharging_symbol = "⚡"