Skip to content

Instantly share code, notes, and snippets.

View scottdukes's full-sized avatar

Scott Dukes scottdukes

  • Games Global LTD
  • Durban, ZA
View GitHub Profile
@scottdukes
scottdukes / gitclaude.ps1
Last active March 3, 2026 11:29
Windows Terminal layout: lazygit + claude + shell
function gitclaude {
<#
.SYNOPSIS
Opens a Windows Terminal layout with lazygit, claude, and a shell pane.
.DESCRIPTION
Launches three panes in Windows Terminal: lazygit on the left (40%),
claude on the upper right (60%), and an interactive shell on the lower right.
By default opens as a new tab in the current window.
.PARAMETER dir
The starting directory for all panes. Defaults to the current location.