Skip to content

Instantly share code, notes, and snippets.

View antong314's full-sized avatar

Anton antong314

  • New York
View GitHub Profile
@jdleslie
jdleslie / citrix_ctrl_alt_win.json
Last active December 3, 2025 06:22
Map Apple modifiers (Ctrl, Option, Command) to Windows modifiers (Ctrl, Win, Alt) in Citrix Workspace using Karabiner Elements, with working Alt+Tab and Windows key shortcuts
{
"title": "Citrix Receiver/Workspace modifiers for Ctrl, Alt, Windows order",
"rules": [
{
"description": "In Citrix, add fn modifier to tab so it is forwarded",
"manipulators": [
{
"from": {
"key_code": "tab",
"modifiers": { "optional": [ "any" ] }
@somebox
somebox / osx-setup.sh
Last active August 15, 2026 16:07 — forked from foz/osx-setup.sh.md
Set up an OSX machine from zero to awesome. Focused on local development by a greybeard developer with opinions. Uses Homebrew with apps, fonts, and sensible system defaults. Useful with (or without) AI tools, includes node, python, docker, and many other bits.
#!/usr/bin/env bash
# Generic macOS workstation setup
#
# A pragmatic, public bootstrap for developer / technical-productivity Macs.
# It installs Homebrew, common CLI utilities, runtimes, terminal/editor/agentic
# coding apps, viewers, media tools, and a curated font set.
#
# Philosophy:
# - Open-source / cross-platform first.
# - Commercial apps only when explicitly useful/common for this workflow.