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.ps1
To 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 Lissy93's dotfiles.