Skip to content

💻 My personal environment setup in WSL2 (Ubuntu 20.4)

License

Notifications You must be signed in to change notification settings

lpsm-dev/wsl-dev-setup

Repository files navigation

gitlab

Welcome to my WSL setup repository

My personal environment setup in WSL2 (Ubuntu 20.4)

➤ Menu

Description   |    Features   |    How to contribute

➤ Getting Started

If you want use this repository you need to make a git clone:

  1. git clone --depth 1 https://github.com/lpmatos/wsl-dev-setup.git -b master

This will give access on your local machine.

➤ Tools

  • Ubuntu
  • ZSH
  • Git
  • Node, Yarn, NVM
  • Ruby, Renv
  • GoLang
  • OH MY ZSH + Zinit + Plugins + Themes

➤ Description

In this repository an organization is built that you can quickly configure a new WSL environment. We have configuration files and bash scripts working together for this automation.

➤ Install

For more information to the installation commands, acess.

➤ Features

➤ How to contribute

  1. Make a Fork.
  2. Follow the project organization.
  3. Add the file to the appropriate level folder - If the folder does not exist, create according to the standard.
  4. Make the Commit.
  5. Open a Pull Request.
  6. Wait for your pull request to be accepted.. 🚀

Remember: There is no bad code, there are different views/versions of solving the same problem. 😊

➤ Add to git and push

You must send the project to your GitHub after the modifications

  1. git add -f .
  2. git commit -m "Added - Fixing somethings"
  3. git push origin master

➤ Versioning

  • We currently do not have a CHANGELOG.md generated.

➤ Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by me