Skip to content

My dotfiles and settings for my WSL2 Ubuntu-20.04 machine, all automated.

Notifications You must be signed in to change notification settings

estebanmatias92/wsl2-ubuntu-20.04-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My WSL2 Ubuntu-20.04 setup

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

Prerequisites

Clone the repository

$ git clone https://github.com/estebanmatias92/wsl2-ubuntu-20.04-config.git

Change permissions to execute run.sh script

$ chmod +x ./wsl2-ubuntu-20.04-config/run.sh

Run the script

$ ./wsl2-ubuntu-20.04-config/run.sh

Or run it all together

$ 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

About

My dotfiles and settings for my WSL2 Ubuntu-20.04 machine, all automated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages