Skip to content

jorgecoutinhobr/wsl-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsl-setup

Leia em Português

This repository contains my personal setup for development on WSL.

How to Use

To set up your WSL environment with my configuration, run the following command:

wget -qO- http://jcoutinho.tech/wsl-setup | bash

Installation Steps

  1. Enable WSL: Follow the Microsoft guide to enable WSL on your Windows machine.
  2. Download and Run the Script: Use the command provided above to download and execute the setup script.
  3. Follow the Prompts: The script will guide you through the installation process.
  4. Restart Your Terminal: After the installation is complete, restart your terminal to apply the changes.

Features

This setup includes:

  • asdf: A version manager for multiple runtime environments. Learn more
  • zellij: A terminal workspace, activated by default. Learn more
  • Ruby: Managed via asdf, with 3.3.4 version configured.
  • Node.js: Managed via asdf, with 20.17.0 version configured.
  • zoxide: A smarter cd command for navigating your filesystem. Learn more
  • git and bash aliases: Custom bindings and aliases. Refer to the configuration files in config/bash/aliases and software/git-alias.
  • nvim: A text editor. Learn more
  • eza: A modern replacement for ls with more features. Learn more

Also use

Troubleshooting

If you encounter any issues during the setup, open an issue in this repository.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages