Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. # How to setup
  2.  
  3. Assuming you have Visual studio code installed and on the path.
  4. Assuming you have git installed and on the path.
  5.  
  6. 1. Open PowerShell.
  7. 1. Edit your profile
  8. ```
  9. code $profile
  10. ```
  11. 1. Paste the content of the file below
  12. 1. Save in UTF-8 with BOM encoding.
  13. 1. Open a new PowerShell or source your new profile
  14. ```
  15. . $profile
  16. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement