Skip to content

Instantly share code, notes, and snippets.

View zi-gae's full-sized avatar
🏠
Working from home

μ •κ±΄μš° zi-gae

🏠
Working from home
View GitHub Profile
path /Users/geonwoo.jeong/Documents/gitrepo/chatgpt-your-files/node_modules/supabase
command failed
command sh -c node scripts/postinstall.js
Downloading https://github.com/supabase/cli/releases/download/v1.102.0/supabase_darwin_arm64.tar.gz
file:///Users/geonwoo.jeong/Documents/gitrepo/chatgpt-your-files/node_modules/node-fetch/src/index.js:108
reject(new FetchError(`request to ${request.url} failed, reason: ${error.message}`, 'system', error));
^
FetchError: request to https://github.com/supabase/cli/releases/download/v1.102.0/supabase_darwin_arm64.tar.gz failed, reason: unable to get local issuer certificate
import * as React from "react";
import { Outlet } from "react-router-dom";
import type { RouteObject } from "react-router-dom";
import { AuthGuard } from "@/components/auth/supabase/auth-guard";
import { Layout as DashboardLayout } from "@/components/dashboard/layout/layout";
export const route: RouteObject = {
path: "dashboard",
element: (
🌞 Morning 529 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 39.0%
πŸŒ† Daytime 470 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 34.7%
πŸŒƒ Evening 142 commits β–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 10.5%
πŸŒ™ Night 215 commits β–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 15.9%
@zi-gae
zi-gae / wontobacktick.sh
Last active April 4, 2024 05:27
won(β‚©) to backtick(`)
#!/bin/bash
if [ -f ~/Library/KeyBindings/DefaultkeyBinding.dict ]; then
echo "~/Library/KeyBindings/DefaultkeyBinding already"
exit 0
fi
mkdir -p ~/Library/KeyBindings
cat << EOF > ~/Library/KeyBindings/DefaultkeyBinding.dict
{
"β‚©" = ("insertText:", "\`");
"~4" = ("insertText:","β‚©");