Skip to content

Instantly share code, notes, and snippets.

@PeronGH
PeronGH / remote_git_ssh.md
Last active December 2, 2025 15:41
Quick Remote SSH Deployment

Remote server:

git init
git config receive.denyCurrentBranch updateInstead

touch .git/hooks/post-receive
chmod +x .git/hooks/post-receive
@PeronGH
PeronGH / windows-gaming-on-macos-guide.md
Last active August 10, 2025 12:22
Windows Gaming on macOS Guide

Windows Gaming on macOS Guide

Steps

  1. Install GPTK
brew install --cask --no-quarantine gcenx/wine/game-porting-toolkit
// ==UserScript==
// @name Claude Plus
// @namespace https://gist.github.com/PeronGH/209678c5ea0f228344ea2c76bb5e9850
// @version 1.0.3
// @description Enhance your Claude experiences
// @author Peron
// @match https://claude.ai/chats
// @match https://claude.ai/chat/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=claude.ai
// @grant GM_registerMenuCommand
`?alias=react:preact/compat,react-dom:preact/compat,@types/react:preact/compat,@types/react-dom:preact/compat&external=preact`