Last active
April 19, 2021 23:32
-
-
Save flyxyz123/3b43b6dc3fc973f12856b318fa9f4e76 to your computer and use it in GitHub Desktop.
Add Alacritty terminal emulator to Windows 10 context menu with --config-file parameter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THIS APPROACH IS NOT RECOMMENDED!!
You can edit %APPDATA%\alacritty\alacritty.yml and put the following code to achieve the same result.
Then use the following .reg file to add alacritty to the context menu.
https://gist.github.com/flyxyz123/53ac952fe94a14482565f1d96e5704d5
add_alacritty_to_context_menu2.reg add
--config-file %USERPROFILE%\.config\alacritty\alacritty.yml
parameter for customizationhex code to ASCII:
references:
https://superuser.com/a/599025/1282809
https://superuser.com/a/642681/1282809