Skip to content

Instantly share code, notes, and snippets.

View mayankk2308's full-sized avatar
πŸ‘¨β€πŸ’»
Generally busy.

Mayank Kumar mayankk2308

πŸ‘¨β€πŸ’»
Generally busy.
View GitHub Profile
@joevt
joevt / ThunderboltUtil.sh
Last active December 22, 2024 06:50
A set of functions to examine and modify Thunderbolt DROMs
#! /bin/zsh
# ThunderboltUtil.sh v1.7
# by joevt Dec 5, 2024
#=========================================================================================
#
#
# Thunderbolt DROM Notes:
#
#
@blackgate
blackgate / mbp2011-disable-amd-gpu.md
Last active April 5, 2025 11:38
Macbook Pro 2011 - Disable AMD GPU
@lukechilds
lukechilds / get_latest_release.sh
Created August 9, 2016 19:43
Shell - Get latest release from GitHub
get_latest_release() {
curl --silent "https://api.github.com/repos/$1/releases/latest" | # Get latest release from GitHub api
grep '"tag_name":' | # Get tag line
sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value
}
# Usage
# $ get_latest_release "creationix/nvm"
# v0.31.4
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active April 24, 2025 23:53
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k