Skip to content

Instantly share code, notes, and snippets.

View rajakodumuri's full-sized avatar
👉

Rajendra Kodumuri rajakodumuri

👉
View GitHub Profile
@rajakodumuri
rajakodumuri / karabiner_custom_modifications.json
Last active July 28, 2022 19:41
Windows Key Mappings on MacOS with Karabiner
{
"title": "Windows-ify Key Mappings on Mac OS",
"rules": [
{
"description": "Ctrl+C, Ctrl+V, Ctrl+X => Cmd+C (Copy), Cmd+V (Paste), Cmd+X (Cut)",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
@rajakodumuri
rajakodumuri / logitech-ghub-zoom-ptt.lua
Last active January 15, 2022 23:05
Enables Push To Talk functionality on Zoom Meetings.
--[[ ZOOM PTT FOR LOGITECH G
MANDATORY PREREQUISITES:
- Logitech G Compatible Mouse
- Following checkboxes are checked in Zoom preferences:
- Keyboard Shortcuts -> Mute/Unmute My Audio -> Enable Global Shortcut
- If needed, change the "Mute/Unmute My Audio" Shortcut
- Audio -> Mute my mic when joining a meeting
- Audio -> Automaically join computer audio when joining a meeting
NON-MANDATORY PREREQUISITES:
- Following checkboxes are checked in Zoom preferences:
@rajakodumuri
rajakodumuri / microsoft-powershell-profile.ps1
Last active December 4, 2021 18:43
Microsoft Powshell Profile
using namespace System.Management.Automation
using namespace System.Management.Automation.Language
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
# Install-Module -Name Terminal-Icons -Repository PSGallery
# Above command needs to be executed in order for TerminalIcons to work.
@rajakodumuri
rajakodumuri / windows-terminal-configuration.json
Last active October 17, 2021 01:13
Windows Terminal Configuration
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
@rajakodumuri
rajakodumuri / vscode-settings-personal.json
Last active May 3, 2025 12:41
Personal VS Code Setup Configuration
{
"[json][jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
@rajakodumuri
rajakodumuri / oh-my-posh-config-v1.json
Last active July 23, 2023 18:59
Windows Terminal Prompt Configuration with Oh My Posh
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{