Last active
August 15, 2024 06:41
-
-
Save Sandip124/8da90e04bdc26bb3c4a7e23dbf371f39 to your computer and use it in GitHub Desktop.
initial software install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy RemoteSigned | |
choco install git -y | |
choco install postgresql | |
choco install nvm -y | |
choco install figma -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment