Skip to content

Instantly share code, notes, and snippets.

@emlautarom1
Last active November 12, 2021 09:05
Show Gist options
  • Save emlautarom1/5ad137f7e3508efd85ecf611d4dd4f51 to your computer and use it in GitHub Desktop.
Save emlautarom1/5ad137f7e3508efd85ecf611d4dd4f51 to your computer and use it in GitHub Desktop.
Add alacritty to Windows context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty]
@="Open Alacritty here"
"Icon"="C:\\programdata\\chocolatey\\bin\\alacritty.exe"
[HKEY_CLASSES_ROOT\Directory\Background\shell\alacritty\command]
@="\"C:\\programdata\\chocolatey\\bin\\alacritty.exe\" \"--working-directory\" \"%V%\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment