🎉 initiate project *astro_rewrite*

This commit is contained in:
sindrekjelsrud 2023-07-19 21:31:30 +02:00
parent ffd4d5e86c
commit 2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions

26
node_modules/shiki/samples/reg.sample generated vendored Normal file
View file

@ -0,0 +1,26 @@
Windows Registry Editor Version 5.00
; WARNING: before run replace PATH_TO_APP with correct value
; Example: C:\\Anaconda3
[HKEY_CLASSES_ROOT\Directory\shell\AnacondaJupyterNotebook]
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
@="&Jupyter Notebook There"
"Icon"="\"PATH_TO_APP\\Menu\\jupyter.ico""
[HKEY_CLASSES_ROOT\Directory\shell\AnacondaJupyterNotebook\command]
@="cmd /K pushd \"%1\" && \"PATH_TO_APP\\Scripts\\activate.bat\" && jupyter-notebook"
[HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaJupyterNotebook]
; This will make it appear when you right click INSIDE a folder
; The "Icon" line can be removed if you don't want the icon to appear
@="&Jupyter Notebook Here"
"Icon"="\"PATH_TO_APP\\Menu\\jupyter.ico\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaJupyterNotebook\command]
@="cmd /K \"PATH_TO_APP\\Scripts\\activate.bat\" && jupyter-notebook"
; From https://github.com/NickVeld/win-registry-snippets/blob/main/AnacondaJupyterNotebookHere.reg