Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
installation-user [2020/01/15 18:15] – fix formatting Zbigniew Jedrzejewski-Szmekinstallation-user [2020/01/15 22:24] – add variables Zbigniew Jedrzejewski-Szmek
Line 13: Line 13:
   * https://repo.anaconda.com/archive/Anaconda3-2019.10-Windows-x86_64.exe   * https://repo.anaconda.com/archive/Anaconda3-2019.10-Windows-x86_64.exe
  
-Configure git to use vs code as the editor: +Configure git to use vs code as the editor (in the git bash shell)
-  * ''git config --global core.editor "/c/Users/user/AppData/Local/Programs/Microsoft*VS*Code/bin/code --wait"''+  * <code>git config --global core.editor "/c/Users/$USERNAME/AppData/Local/Programs/Microsoft*VS*Code/bin/code --wait"</code> 
 +or (in cmd shell): 
 +  * <code>git config --global core.editor "%HOMEPATH%/AppData/Local/Programs/Microsoft*VS*Code/bin/code --wait"</code>