Welcome to my dotfiles! This repository contains configurations and scripts to quickly set up a development environment on Windows and Linux.
To set up your environment on Windows, run the following command in PowerShell:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/jsilverdev/dotfiles/master/lets-go.ps1" -OutFile ".\lets-go.ps1"; Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned; .\lets-go.ps1To set up your environment on Linux, use this command:
bash <(curl -s https://raw.githubusercontent.com/jsilverdev/dotfiles/master/lets-go.sh)- PowerShell 5.0 or newer (This script install the last version of Powershell)
- Dev Mode is enabled
- Bash 4.0 or newer
- curl
This dotfiles repository is inspired by:
- Force to install required apps in lets-go.sh
- Check always first if developer license is active in lets-go.ps1
- Include more alternative install apps (Steam, Epic, Ubisoft Connect, Discord)
- Install WSL (wsl --install --no-distribution)
- Add and config ~/.wslconfig