Skip to content

Instantly share code, notes, and snippets.

View apollusehs-devops's full-sized avatar
🎯
Focusing

devops@apollus apollusehs-devops

🎯
Focusing
View GitHub Profile
@riipandi
riipandi / _readme.md
Last active January 1, 2024 07:29
Personal Development Environment Setup

Personal Development Environment Setup

Don't forget to add %LOCALAPPDATA%\Yarn\bin to your PATH if you are using Yarn instead NPM. Windows Defender exclude: %HOMEPATH%\.Rider2019.2 and %HOMEPATH%\.nuget

Get installed VSCode extensions

  • UNIX : code --list-extensions | xargs -L 1 echo code --install-extension > vscode-extensions.txt
  • Windows : code --list-extensions | % { "code --install-extension $_" }