carlos3g / my-workspace

My system post-install scripts

Repository from Github https://github.comcarlos3g/my-workspaceRepository from Github https://github.comcarlos3g/my-workspace

Warning

These scripts are made for my use. Read the files and change what you need if you want to use too

Usage

sh -c "$(curl -fsSL https://raw.githubusercontent.com/carlos3g/my-workspace/main/environments/ubuntu/workspace.sh)"
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/carlos3g/my-workspace/main/environments/windows/workspace.ps1'))

Useful links

Run react native in WSL2

See: https://gist.github.com/bergmannjg/461958db03c6ae41a66d264ae6504ade

See: https://gist.github.com/bergmannjg/461958db03c6ae41a66d264ae6504ade?permalink_comment_id=4149833#gistcomment-4149833

# open emulator first
wsl-adb-server
wsl-relays # for npm start

About

My system post-install scripts

License:MIT License


Languages

Language:Shell 79.1%Language:PowerShell 20.9%