from this incredible answer:
git fetch -p ; git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d
#SingleInstance Force | |
; You can generate a fresh version of this file with "komorebic ahk-library" | |
#Include %A_ScriptDir%\komorebic.lib.ahk | |
; https://github.com/LGUG2Z/komorebi/#generating-common-application-specific-configurations | |
#Include %A_ScriptDir%\komorebi.generated.ahk | |
; Default to minimizing windows when switching workspaces | |
WindowHidingBehaviour("minimize") |
#SingleInstance Force | |
; Load library | |
#Include komorebic.lib.ahk | |
; Load configuration | |
#Include komorebi.generated.ahk | |
; Send the ALT key whenever changing focus to force focus changes | |
AltFocusHack("enable") | |
; Default to cloaking windows when switching workspaces |
from this incredible answer:
git fetch -p ; git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -d