Skip to content

Instantly share code, notes, and snippets.

View vfkuda's full-sized avatar

egor vfkuda

  • GMT+2:00
View GitHub Profile
@vfkuda
vfkuda / gist:00703e8026b469649f2f55100651c321
Created February 6, 2026 09:53
Apple XCode cli tools version
# On versions 10.9 and later (OS X Yosemite to macOS Monterey):
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
#on OS X 10.8 (Mountain Lion):
pkgutil --pkg-info=com.apple.pkg.DeveloperToolsCLI
@vfkuda
vfkuda / python-freeze-env.sh
Created October 12, 2023 18:05
python-freeze-env.sh
#!/bin/bash
pip list --format=freeze >requirements.pip.txt
conda env export -n fraudinger > requirements.conda.env.yml
@vfkuda
vfkuda / tilda-keymap.sh
Created October 9, 2023 14:33
macbookpro 2022 tilda key mapping
hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064},{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035}]}'