This script will do the next:
- Update the system
- Install/Update Curl
- Install/Update Git
- Install Github CLI
- Configure local Git SSH credentials
- Login to Github and configure public SSH credentials
- Install Zsh
- Install Oh-My-Zsh
- Install zsh-users/zsh-syntax-highlighting
- Copy custom dotfiles
- Install VS Code Server
- Open .zshrc at the end
$ git clone https://github.com/estebanmatias92/wsl2-ubuntu-20.04-config.git
$ chmod +x ./wsl2-ubuntu-20.04-config/run.sh
$ ./wsl2-ubuntu-20.04-config/run.sh
$ git clone https://github.com/estebanmatias92/wsl2-ubuntu-20.04-config.git && chmod +x ./wsl2-ubuntu-20.04-config/run.sh && ./wsl2-ubuntu-20.04-config/run.sh